view property

  1. @JsonKey(name: 'view', readValue: readIntPtr)
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', readValue: readIntPtr)
final int? view;