BRTCVideoViewController constructor

BRTCVideoViewController(
  1. String channelType,
  2. int viewId
)

Implementation

BRTCVideoViewController(String channelType, int viewId)
    : _channel = new MethodChannel(channelType + '_$viewId');