remoteUserUid property

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

远端用户 ID。 请仅在参与本地合图的视频源类型为 videoSourceRemote 时,使用该参数。

Implementation

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