Searched defs:RTCPeerConnection (Results 1 – 7 of 7) sorted by relevance
132 - (void)peerConnectionOnError:(RTCPeerConnection *)peerConnection {138 signalingStateChanged:(RTCSignalingState)stateChanged {146 addedStream:(RTCMediaStream *)stream {153 removedStream:(RTCMediaStream *)stream {160 (RTCPeerConnection *)peerConnection {164 gotICECandidate:(RTCICECandidate *)candidate {173 iceGatheringChanged:(RTCICEGatheringState)newState {185 iceConnectionChanged:(RTCICEConnectionState)newState {
77 error:(NSError *)error {91 didSetSessionDescriptionWithError:(NSError *)error {
60 audioTrackID:(NSString *)audioTrackID;79 audioTrackID:(NSString *)audioTrackID {
58 - (void)peerConnectionOnError:(RTCPeerConnection *)peerConnection {64 signalingStateChanged:(RTCSignalingState)stateChanged {69 addedStream:(RTCMediaStream *)stream {81 removedStream:(RTCMediaStream *)stream {87 peerConnectionOnRenegotiationNeeded:(RTCPeerConnection *)peerConnection {93 gotICECandidate:(RTCICECandidate *)candidate {115 iceGatheringChanged:(RTCICEGatheringState)newState {120 iceConnectionChanged:(RTCICEConnectionState)newState {366 error:(NSError *)error {394 didSetSessionDescriptionWithError:(NSError *)error {
44 class RTCPeerConnection; variable
134 RTCPeerConnection::RTCPeerConnection(ExecutionContext* context, PassRefPtr<RTCConfiguration> config… in RTCPeerConnection() function in WebCore::RTCPeerConnection
113 @implementation RTCPeerConnection { implementation225 @implementation RTCPeerConnection (Internal) implementation in Internal