var constraints = {video: true};
getUserMedia(constraints, handleUserMedia, handleUserMediaError);
var constraints = {audio: true, video: true};
getUserMedia(constraints, handleUserMedia, handleUserMediaError);
stun.l.google.com:19302
stun.l.google.com:19302
This appears to be Chrome
Getting user media with constraints Object {audio: true, video: true}
Socket connected
Adding local stream.
Client sending message: got user media
maybeStart() isStarted=false / typeofLocalStream=defined / isChannelReady=true
Created RTCPeerConnnection
>>> Message from server: Got message: got user media
Client received message: got user media
mkCall() sending "avid call offer" from/to test004/test002
>>> Message from server: socket.on("p2p server relay") relaying msg-type "avid call offer" from/to test004/test002
socket.on("p2p server relay") received msg-type "avid call accepted" from/to test002/test004
socket.on("p2p server relay") on "avid call accepted" joining room test004-test002
Create or join room test004-test002
socket.on("p2p server relay") sending message "send me webrtc offer"
>>> Message from server: Room test004-test002 has 1 client(s)
>>> Message from server: Request to create or join room test004-test002
This peer has joined room test004-test002
>>> Message from server: Joined room test004-test002
>>> Message from server: Room test004-test002 has 2 client(s)
>>> Message from server: Request to create or join room test004-test002
>>> Message from server: socket.on("p2p server relay") relaying msg-type "send me webrtc offer" from/to test004/test002
Client received message: Object {type: "offer", sdp: "v=0
↵o=- 465806041336689787 2 IN IP4 127.0.0.1
↵s=…8838 label:725e4a8a-9d13-424a-9cd1-d8c6711e355c
↵"}
Sending answer to peer.
setLocalAndSendMessage sending message RTCSessionDescription {}
Client sending message: RTCSessionDescription {}
Client received message: Object {type: "candidate", label: 0, id: "audio", candidate: "candidate:2795255774 1 udp 2122260223 192.168.1.7 54186 typ host generation 0"}
Client received message: Object {type: "candidate", label: 0, id: "audio", candidate: "candidate:2795255774 2 udp 2122260222 192.168.1.7 51236 typ host generation 0"}
Client received message: Object {type: "candidate", label: 1, id: "video", candidate: "candidate:2795255774 1 udp 2122260223 192.168.1.7 53982 typ host generation 0"}
Client received message: Object {type: "candidate", label: 1, id: "video", candidate: "candidate:2795255774 2 udp 2122260222 192.168.1.7 55195 typ host generation 0"}
Client received message: Object {type: "candidate", label: 0, id: "audio", candidate: "candidate:3894397742 1 tcp 1518280447 192.168.1.7 0 typ host tcptype active generation 0"}
Client received message: Object {type: "candidate", label: 0, id: "audio", candidate: "candidate:3894397742 2 tcp 1518280446 192.168.1.7 0 typ host tcptype active generation 0"}
Client received message: Object {type: "candidate", label: 1, id: "video", candidate: "candidate:3894397742 1 tcp 1518280447 192.168.1.7 0 typ host tcptype active generation 0"}
Client received message: Object {type: "candidate", label: 1, id: "video", candidate: "candidate:3894397742 2 tcp 1518280446 192.168.1.7 0 typ host tcptype active generation 0"}
Remote stream added.
handleIceCandidate event: RTCIceCandidateEvent {}
Client sending message: Object {type: "candidate", label: 0, id: "audio", candidate: "candidate:2437072876 1 udp 2122260223 192.168.1.2 57210 typ host generation 0"}
handleIceCandidate event: RTCIceCandidateEvent {}
Client sending message: Object {type: "candidate", label: 1, id: "video", candidate: "candidate:2437072876 1 udp 2122260223 192.168.1.2 57210 typ host generation 0"}
>>> Message from server: Got message: Object {type: "answer", sdp: "v=0
↵o=- 5000668392638045311 2 IN IP4 127.0.0.1
↵s…3093 label:a2237698-392a-4a14-8382-63e92f163ee5
↵"}
>>> Message from server: Got message: Object {type: "candidate", label: 0, id: "audio", candidate: "candidate:2437072876 1 udp 2122260223 192.168.1.2 57210 typ host generation 0"}
>>> Message from server: Got message: Object {type: "candidate", label: 1, id: "video", candidate: "candidate:2437072876 1 udp 2122260223 192.168.1.2 57210 typ host generation 0"}
handleIceCandidate event: RTCIceCandidateEvent {}
Client sending message: Object {type: "candidate", label: 0, id: "audio", candidate: "candidate:3753982748 1 tcp 1518280447 192.168.1.2 0 typ host tcptype active generation 0"}
handleIceCandidate event: RTCIceCandidateEvent {}
Client sending message: Object {type: "candidate", label: 1, id: "video", candidate: "candidate:3753982748 1 tcp 1518280447 192.168.1.2 0 typ host tcptype active generation 0"}
handleIceCandidate event: RTCIceCandidateEvent {}
End of candidates.
>>> Message from server: Got message: Object {type: "candidate", label: 0, id: "audio", candidate: "candidate:3753982748 1 tcp 1518280447 192.168.1.2 0 typ host tcptype active generation 0"}
>>> Message from server: Got message: Object {type: "candidate", label: 1, id: "video", candidate: "candidate:3753982748 1 tcp 1518280447 192.168.1.2 0 typ host tcptype active generation 0"}
You do have to mute the local video element though.
Best Regards,
Silvia.
--
---
You received this message because you are subscribed to the Google Groups "discuss-webrtc" group.
To unsubscribe from this group and stop receiving emails from it, send an email to discuss-webrt...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/discuss-webrtc/f658c669-9631-4d82-8581-fb3f518abcba%40googlegroups.com.
Make a pull request! :-)
Best Regards,
Silvia.
--
---
You received this message because you are subscribed to the Google Groups "discuss-webrtc" group.
To unsubscribe from this group and stop receiving emails from it, send an email to discuss-webrt...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/discuss-webrtc/99e6d2c3-3c0f-4c95-b963-201d24f2c2cb%40googlegroups.com.
Make a pull request! :-)