ChannelMediaRelayConfiguration constructor

ChannelMediaRelayConfiguration(
  1. ChannelMediaInfo? srcInfo,
  2. List<ChannelMediaInfo>? destInfos
)

Implementation

ChannelMediaRelayConfiguration(this.srcInfo, this.destInfos);