Uses of Class
org.webrtc.DataChannel
-
Uses of DataChannel in io.antmedia.webrtc.adaptor
-
Uses of DataChannel in org.webrtc
Modifier and TypeMethodDescriptionPeerConnection.createDataChannel
(String label, DataChannel.Init init) private DataChannel
PeerConnection.nativeCreateDataChannel
(String label, DataChannel.Init init) Modifier and TypeMethodDescriptionvoid
PeerConnection.Observer.onDataChannel
(DataChannel dataChannel) Triggered when a remote peer opens a DataChannel.