vid_cnt property

  1. @UnsignedInt()
int vid_cnt
getter/setter pair

Number of simultaneous active video streams for this call. Setting this to zero will disable video in this call.

Default: 1 (if video feature is enabled, otherwise it is zero)

Implementation

@ffi.UnsignedInt()
external int vid_cnt;