Update README.md

This commit is contained in:
CloudWebRTC
2022-11-09 09:53:18 +08:00
committed by GitHub
parent afcad289dc
commit 663fc313c8
+1 -1
View File
@@ -203,7 +203,7 @@ try {
),
);
await room.localParticipant.publishVideoTrack(track);
} catch (e) {
} catch (e) {
print('could not publish screen sharing: $e');
}
```