updateRemoteParticipants method Null safety
- {required RemoteParticipantSettingsUpdatesById updates}
Modifies remote participant properties that room owners control.
Implementation
Future<void> updateRemoteParticipants({required RemoteParticipantSettingsUpdatesById updates}) =>
_platformBridge.updateRemoteParticipants(_native, updates);