♻️ Proper local participant
This commit is contained in:
@@ -145,6 +145,7 @@ class CallNotifier extends _$CallNotifier {
|
||||
id: _webrtcManager!.roomId,
|
||||
name: userinfo.nick,
|
||||
userinfo: userinfo,
|
||||
isLocal: true,
|
||||
)..remoteStream = _webrtcManager!.localStream, // Access local stream
|
||||
);
|
||||
|
||||
@@ -178,7 +179,6 @@ class CallNotifier extends _$CallNotifier {
|
||||
accountId: p.userinfo.id,
|
||||
account: p.userinfo,
|
||||
joinedAt: DateTime.now(),
|
||||
isLocal: true,
|
||||
);
|
||||
return CallParticipantLive(
|
||||
participant: participantInfo,
|
||||
|
Reference in New Issue
Block a user