initialize method
void
initialize(
- RTCDataChannel dc
Called by the Negotiator when the DataChannel is ready. */
Implementation
void initialize(RTCDataChannel dc) {
_dc = dc;
_configureDataChannel();
}