view property
The view used to render the local user's video. This parameter is only applicable to scenarios testing video devices, that is, when enableVideo is true.
Implementation
@JsonKey(name: 'view', readValue: readIntPtr)
final int? view;
The view used to render the local user's video. This parameter is only applicable to scenarios testing video devices, that is, when enableVideo is true.
@JsonKey(name: 'view', readValue: readIntPtr)
final int? view;