setLocalVideoConfig abstract method

Future<int> setLocalVideoConfig(
  1. NERtcVideoConfig videoConfig, {
  2. int streamType = NERtcVideoStreamType.main,
})

Implementation

Future<int> setLocalVideoConfig(NERtcVideoConfig videoConfig,
    {int streamType = NERtcVideoStreamType.main});