pub fn create_split_receiver(
id: String,
options: TransportDescriptor,
) -> Result<Receiver<StreamMultiReceiverAdapter>, Error>
Expand description
Create channel-separated receivers where audio and video channels are received independently, so that a channel can be easily processed separately from different threads.