Home | History | Annotate | Download | only in webrtc

Lines Matching defs:AddSendStream

1885 bool WebRtcVideoMediaChannel::AddSendStream(const StreamParams& sp) {
1887 LOG(LS_ERROR) << "AddSendStream with 0 ssrc is not supported.";
1891 LOG(LS_INFO) << "AddSendStream " << sp.ToString();
1894 LOG(LS_ERROR) << "AddSendStream: bad local stream parameters";
1910 LOG(LS_ERROR) << "AddSendStream: unable to create channel";