RTCVideoContext constructor

RTCVideoContext({
  1. required String appId,
  2. Map<String, dynamic>? parameters,
  3. IRTCEngineEventHandler? eventHandler,
  4. bool autoCreateAudioEffectPlayer = false,
  5. bool autoCreateVideoEffectInterface = false,
  6. bool autoCreateWTNStream = false,
  7. bool isGameScene = false,
})

Implementation

RTCVideoContext(
    {required this.appId,
    this.parameters,
    this.eventHandler,
    this.autoCreateAudioEffectPlayer = false,
    this.autoCreateVideoEffectInterface = false,
    this.autoCreateWTNStream = false,
    this.isGameScene = false});