Searched defs:RTCPeerConnection (Results 1 – 6 of 6) sorted by relevance
171 - (void)peerConnection:(RTCPeerConnection*)peerConnection argument178 - (void)peerConnection:(RTCPeerConnection*)peerConnection argument185 - (void)peerConnectionOnRenegotiationNeeded:(RTCPeerConnection*)peerConnection { argument197 - (void)peerConnection:(RTCPeerConnection*)peerConnection argument212 - (void)peerConnection:(RTCPeerConnection*)peerConnection argument224 - (void)peerConnection:(RTCPeerConnection*)peerConnection argument225 didOpenDataChannel:(RTCDataChannel*)dataChannel {
90 - (void)peerConnection:(RTCPeerConnection*)peerConnection argument91 didSetSessionDescriptionWithError:(NSError*)error {
86 - (RTCMediaStream*)addTracksToPeerConnection:(RTCPeerConnection*)pc argument91 audioTrackID:(NSString*)audioTrackID {
334 signalingStateChanged:(RTCSignalingState)stateChanged {339 addedStream:(RTCMediaStream *)stream {352 removedStream:(RTCMediaStream *)stream {357 (RTCPeerConnection *)peerConnection {362 iceConnectionChanged:(RTCICEConnectionState)newState {370 iceGatheringChanged:(RTCICEGatheringState)newState {375 gotICECandidate:(RTCICECandidate *)candidate {384 didOpenDataChannel:(RTCDataChannel *)dataChannel {390 didGetStats:(NSArray *)stats {402 error:(NSError *)error {[all …]
142 @implementation RTCPeerConnection { implementation269 @implementation RTCPeerConnection (Internal) implementation in Internal
14 var RTCPeerConnection = null; variable49 var RTCPeerConnection = function(pcConfig, pcConstraints) { class