fix(media): serialize browsing and metadata mutations
This commit is contained in:
@@ -34,8 +34,7 @@ WatchTogetherPeerService _createWatchTogetherPeerService({WatchTogetherRelayEndp
|
||||
/// - Participant list
|
||||
/// - Media switching across the session
|
||||
class WatchTogetherProvider with ChangeNotifier {
|
||||
WatchTogetherProvider({WatchTogetherPeerServiceFactory peerServiceFactory = _createWatchTogetherPeerService})
|
||||
: _peerServiceFactory = peerServiceFactory;
|
||||
WatchTogetherProvider({this._peerServiceFactory = _createWatchTogetherPeerService});
|
||||
|
||||
final WatchTogetherPeerServiceFactory _peerServiceFactory;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user