public static interface MultiplexTransportConfig.TransportListener
| Modifier and Type | Method and Description |
|---|---|
void |
onTransportEvent(List<TransportRecord> connectedTransports,
boolean audioStreamTransportAvail,
boolean videoStreamTransportAvail)
Gets called whenever there is a change in the available transports for use
|
void onTransportEvent(List<TransportRecord> connectedTransports, boolean audioStreamTransportAvail, boolean videoStreamTransportAvail)
connectedTransports - the currently connected transportsaudioStreamTransportAvail - true if there is either an audio streaming supported
transport currently connected or a transport is
available to connect with. False if there is no
transport connected to support audio streaming and
no possibility in the foreseeable future.videoStreamTransportAvail - true if there is either a video streaming supported
transport currently connected or a transport is
available to connect with. False if there is no
transport connected to support video streaming and
no possibility in the foreseeable future.