remoteUserUid property

  1. @JsonKey(name: 'remoteUserUid')
int? remoteUserUid
final

The user ID of the remote user. Use this parameter only when the source type is videoSourceRemote for local video mixing.

Implementation

@JsonKey(name: 'remoteUserUid')
final int? remoteUserUid;