view property

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

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')
final int? view;