remoteUserUid property

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

The user ID of the remote user. Set this parameter if the source type of the locally mixed audio steams is audioSourceRemoteUser.

Implementation

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