Uses of Class
org.webrtc.DataChannel
Packages that use DataChannel
-
Uses of DataChannel in io.antmedia.webrtc.adaptor
Methods in io.antmedia.webrtc.adaptor with parameters of type DataChannel -
Uses of DataChannel in org.webrtc
Methods in org.webrtc that return DataChannelModifier and TypeMethodDescriptionPeerConnection.createDataChannel
(String label, DataChannel.Init init) private DataChannel
PeerConnection.nativeCreateDataChannel
(String label, DataChannel.Init init) Methods in org.webrtc with parameters of type DataChannelModifier and TypeMethodDescriptionvoid
PeerConnection.Observer.onDataChannel
(DataChannel dataChannel) Triggered when a remote peer opens a DataChannel.