cloudwebrtc
157f94ea04
bump version.
2022-08-02 11:21:33 +08:00
CloudWebRTC and GitHub
a554d92543
screen sharing for desktop. ( #135 )
...
* screen sharing for desktop (WIP).
* use git repo for testing.
* update.
* Add sourceId/frameRate to ScreenShareCaptureOptions.
* Compatible with flutter web.
* Rendering of camera and screenshare video tracks at same time.
* Remote screen sharing is shown first, and fixed sub/unsub button for screenshare widget.
* resolved conflict.
* modify flutter-webrtc to pub version.
* remove unused import.
* chore: Common params for Camera and ScreenShare.
2022-08-02 11:17:09 +08:00
CloudWebRTC and GitHub
c7722718dd
Downgrade version settings to support flutter 2.8.0+ ( #139 )
2022-07-18 15:26:41 +08:00
CloudWebRTC and GitHub
e974b08589
fix: camera release. ( #138 )
2022-07-15 23:52:37 +08:00
CloudWebRTC and GitHub
3d8bf96651
protocol 8. ( #134 )
...
* protocol 8.
* add FastConnectOptions.
* update.
* fix.
* Deprecated the top connect method.
* Add fast connect button in example.
* Create a Listener before connecting.
* Force protocol-v7 for deprecated APIs.
* remove commented out line.
* relative path import.
* update.
2022-07-11 19:54:08 +08:00
CloudWebRTC and GitHub
66d4052ada
fix issue #129 . ( #136 )
2022-07-11 15:14:23 +08:00
CloudWebRTC and GitHub
bcfea1e625
handle combined participant update. ( #130 )
...
* handle combined participant update (WIP).
* always emit events for new publications.
* update info for exist participant.
* fix tests.
* update.
* Move emitWhenConnected to Room layer.
2022-07-04 11:11:56 +08:00
cloudwebrtc
98d71699c3
bump version.
2022-06-20 15:58:34 +08:00
CloudWebRTC and GitHub
f93f3c063c
re-send tracks permissions after reconnected. ( #128 )
2022-06-14 17:12:37 +08:00
CloudWebRTC and GitHub
47cd505a52
bump version for flutter_webrtc. ( #127 )
2022-06-09 18:48:37 +08:00
CloudWebRTC and GitHub
f092e2eecd
Add audioBitrate option for publishAudioTrack. ( #124 )
2022-06-06 10:37:24 +08:00
CloudWebRTC and GitHub
9ed0c534be
There is a bug in defaultValue in fromEnvironment, so replace the code. ( #125 )
2022-06-03 09:12:04 +08:00
CloudWebRTC and GitHub
741bead18c
Autofill URL and TOKEN in debug mode. ( #123 )
...
* Autofill URL and TOKEN in debug mode.
* dart format.
* Set ENV priority higher than prefs.
2022-06-02 10:57:09 +08:00