ChannelMediaRelayConfiguration constructor
ChannelMediaRelayConfiguration(
- ChannelMediaInfo? srcInfo,
- List<
ChannelMediaInfo> ? destInfos
Constructs a ChannelMediaRelayConfiguration
Implementation
ChannelMediaRelayConfiguration(this.srcInfo, this.destInfos);