Home | History | Annotate | Download | only in webrtc

Lines Matching defs:dci

1042     webrtc::InternalDataChannelInit dci;
1043 dci.reliable = false;
1044 session_->CreateDataChannel("datachannel", &dci);
3180 webrtc::InternalDataChannelInit dci;
3181 dci.reliable = true;
3184 session_->CreateDataChannel("datachannel", &dci);