# Functions
NewManager creates a new network.Manager.
# Structs
DataChannelCreated is emitted when a new DataChannel is created.
DataChannelMessage is emitted when a DataChannel receives a message.
DataChannelOpen is emitted when all channels should be opened.
Manager contains all network state (DTLS, SRTP) that is shared between ports It is also used to perform operations that involve multiple ports.
TransportPair allows the application to be notified about both Rtp and Rtcp messages incoming from the remote host.
# Interfaces
DataChannelEvent is the interface for all events that flow across the DataChannelEventHandler.
# Type aliases
BufferTransportGenerator generates a new channel for the associated SSRC This channel is used to send RTP and RTCP packets to users of pion-WebRTC.
DataChannelEventHandler notifies the RTCPeerConnection of events relating to DataChannels.
DataChannelEventType is the enum used to represent different types of DataChannelEvent.
ICENotifier notifies the RTCPeerConnection if ICE state has changed.