Home
last modified time | relevance | path

Searched refs:RTCLog (Results 1 – 8 of 8) sorted by relevance

/external/webrtc/webrtc/examples/objc/AppRTCDemo/
DARDWebSocketChannel.m46 RTCLog(@"Opening WebSocket.");
93 RTCLog(@"C->WSS: %@", messageString);
98 RTCLog(@"C->WSS POST: %@", dataString);
115 RTCLog(@"C->WSS DELETE rid:%@ cid:%@", _roomId, _clientId);
129 RTCLog(@"WebSocket connection opened.");
155 RTCLog(@"WSS->C: %@", payload);
168 RTCLog(@"WebSocket closed with code: %ld reason:%@ wasClean:%d",
193 RTCLog(@"Registering on WSS for rid:%@ cid:%@", _roomId, _clientId);
DARDAppEngineClient.m55 RTCLog(@"Joining room:%@ on room server.", roomId);
99 RTCLog(@"C->RS POST: %@", message);
145 RTCLog(@"C->RS: BYE");
157 RTCLog(@"Left room:%@ on room server.", roomId);
DARDSDPUtils.m57 RTCLog(@"No m=video line, so can't prefer %@", codec);
61 RTCLog(@"No rtpmap for %@", codec);
DARDAppClient.m243 RTCLog(@"Joined room:%@ on room server.", roomId);
335 RTCLog(@"Signaling state changed: %d", stateChanged);
341 RTCLog(@"Received %lu video tracks and %lu audio tracks",
353 RTCLog(@"Stream was removed.");
358 RTCLog(@"WARNING: Renegotiation needed but unimplemented.");
363 RTCLog(@"ICE state changed: %d", newState);
371 RTCLog(@"ICE gathering state changed: %d", newState);
/external/webrtc/webrtc/examples/objc/AppRTCDemo/ios/
DARDVideoCallViewController.m60 RTCLog(@"Client connected.");
63 RTCLog(@"Client connecting.");
66 RTCLog(@"Client disconnected.");
74 RTCLog(@"ICE state changed: %d", state);
/external/webrtc/webrtc/base/objc/
DRTCLogging.h75 #define RTCLog(format, ...) RTCLogInfo(format, ##__VA_ARGS__) macro
/external/webrtc/talk/app/webrtc/objc/public/
DRTCLogging.h92 #define RTCLog(format, ...) RTCLogInfo(format, ##__VA_ARGS__) macro
/external/webrtc/webrtc/api/objc/
DRTCIceCandidate.mm62 RTCLog(@"Failed to create ICE candidate: %s\nline: %s",