updateRemoteParticipants method

Future<void> updateRemoteParticipants(
  1. {required RemoteParticipantSettingsUpdatesById updates}
)

Modifies things about remote participants that you can control as a participant admin or meeting owner.

Implementation

Future<void> updateRemoteParticipants({required RemoteParticipantSettingsUpdatesById updates}) =>
    _platformBridge.updateRemoteParticipants(_native, updates);