HMSTrackSetting constructor

HMSTrackSetting({
  1. HMSAudioTrackSetting? audioTrackSetting,
  2. HMSVideoTrackSetting? videoTrackSetting,
})

Implementation

HMSTrackSetting({this.audioTrackSetting, this.videoTrackSetting});