WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED CONFIGURATION CHANGED
203815
Changing Camera on mobile devices are causing crashes
https://bugs.webkit.org/show_bug.cgi?id=203815
Summary
Changing Camera on mobile devices are causing crashes
aman.khangura
Reported
2019-11-04 09:38:07 PST
Changing Camera on mobile devices are causing crashes
Attachments
logs
(15.46 KB, application/vnd.openxmlformats-officedocument.wordprocessingml.document)
2019-11-12 15:17 PST
,
aman.khangura
no flags
Details
logs
(14.69 KB, application/vnd.openxmlformats-officedocument.wordprocessingml.document)
2019-11-12 15:17 PST
,
aman.khangura
no flags
Details
logs
(18.82 KB, application/vnd.openxmlformats-officedocument.wordprocessingml.document)
2019-11-12 15:18 PST
,
aman.khangura
no flags
Details
View All
Add attachment
proposed patch, testcase, etc.
Alexey Proskuryakov
Comment 1
2019-11-07 11:14:14 PST
Could you please provide detailed steps to reproduce?
aman.khangura
Comment 2
2019-11-12 12:24:55 PST
1. launch Safari 2. launch webRTC application that uses the front and back camera 3. Flip the camera 4. Safari Browser will crash
youenn fablet
Comment 3
2019-11-12 13:11:40 PST
Seems to work for me by a simple test
https://jsfiddle.net/56c0Lz8r/
. Could you provide a more concrete example? Are you trying to use applyConstraints? A crash log would help.
aman.khangura
Comment 4
2019-11-12 14:11:14 PST
pexrtc.js PexRTCCall.prototype.update = function(call_type) { var self = this; if (self.state == 'CONNECTED') { self.state = 'UPDATING'; self.cleanupAudioContext(); if (self.safari_ver >= 11 && self.safari_ver < 12.1 && self.stream) { var tracks = self.stream.getTracks(); for (var i=0; i<tracks.length; i++) { tracks[i].stop(); self.stream.removeTrack(tracks[i]); } } if (self.localStream) { var tracks = self.localStream.getTracks(); for (var i=0;i<tracks.length;i++) { tracks[i].stop(); self.localStream.removeTrack(tracks[i]); } self.localStream = undefined; if (self.firefox_ver > 47 || (self.safari_ver >= 11 && self.safari_ver < 12.1) || self.chrome_ver > 71) { var senders = self.pc.getSenders(); for (var i=0; i<senders.length; i++) { self.pc.removeTrack(senders[i]); } } else if (self.safari_ver == 0) { var streams = self.pc.getLocalStreams(); for (var i=0; i<streams.length; i++) { self.pc.removeStream(streams[i]); } } } self.makeCall(self.parent, call_type); } };
aman.khangura
Comment 5
2019-11-12 14:13:41 PST
[Log] layout – {participants: ["4dc0c1cf-43a8-40cb-a4a2-fe16dba3a49c", "fb04a043-4cdb-4eb3-bd52-1019d1a5e6e1", "19417e48-198c-4c40-8204-25d800391428"], view: "1:7"} (0.45d56980.js, line 1) [Log] mediaPermission – false (0.45d56980.js, line 1) [Log] mediaPermission – false (0.45d56980.js, line 1) [Log] mediaPermission – false (0.45d56980.js, line 1) [Log] mediaPermission – false (0.45d56980.js, line 1) [Log] layout – {participants: ["4dc0c1cf-43a8-40cb-a4a2-fe16dba3a49c", "fb04a043-4cdb-4eb3-bd52-1019d1a5e6e1", "19417e48-198c-4c40-8204-25d800391428"], view: "1:7"} (0.45d56980.js, line 1) [Log] stage – [{stage_index: 0, participant_uuid: "e4e3a662-b4dc-4596-babf-7826299abb12", vad: 100}, {stage_index: 1, participant_uuid: "4dc0c1cf-43a8-40cb-a4a2-fe16dba3a49c", vad: 0}, {stage_index: 2, participant_uuid: "fb04a043-4cdb-4eb3-bd52-1019d1a5e6e1", vad: 0}, …] (4) (0.45d56980.js, line 1) [{stage_index: 0, participant_uuid: "e4e3a662-b4dc-4596-babf-7826299abb12", vad: 100}, {stage_index: 1, participant_uuid: "4dc0c1cf-43a8-40cb-a4a2-fe16dba3a49c", vad: 0}, {stage_index: 2, participant_uuid: "fb04a043-4cdb-4eb3-bd52-1019d1a5e6e1", vad: 0}, {stage_index: 3, participant_uuid: "19417e48-198c-4c40-8204-25d800391428", vad: 0}]Array (4) [Log] layout – {participants: ["4dc0c1cf-43a8-40cb-a4a2-fe16dba3a49c", "fb04a043-4cdb-4eb3-bd52-1019d1a5e6e1", "19417e48-198c-4c40-8204-25d800391428"], view: "1:7"} (0.45d56980.js, line 1) [Log] stage – [{stage_index: 0, participant_uuid: "e4e3a662-b4dc-4596-babf-7826299abb12", vad: 0}, {stage_index: 1, participant_uuid: "4dc0c1cf-43a8-40cb-a4a2-fe16dba3a49c", vad: 0}, {stage_index: 2, participant_uuid: "fb04a043-4cdb-4eb3-bd52-1019d1a5e6e1", vad: 0}, …] (4) (0.45d56980.js, line 1) [{stage_index: 0, participant_uuid: "e4e3a662-b4dc-4596-babf-7826299abb12", vad: 0}, {stage_index: 1, participant_uuid: "4dc0c1cf-43a8-40cb-a4a2-fe16dba3a49c", vad: 0}, {stage_index: 2, participant_uuid: "fb04a043-4cdb-4eb3-bd52-1019d1a5e6e1", vad: 0}, {stage_index: 3, participant_uuid: "19417e48-198c-4c40-8204-25d800391428", vad: 0}]Array (4) [Log] layout – {participants: ["4dc0c1cf-43a8-40cb-a4a2-fe16dba3a49c", "fb04a043-4cdb-4eb3-bd52-1019d1a5e6e1", "19417e48-198c-4c40-8204-25d800391428"], view: "1:7"} (0.45d56980.js, line 1) [Log] stage – [{stage_index: 0, participant_uuid: "e4e3a662-b4dc-4596-babf-7826299abb12", vad: 100}, {stage_index: 1, participant_uuid: "4dc0c1cf-43a8-40cb-a4a2-fe16dba3a49c", vad: 0}, {stage_index: 2, participant_uuid: "fb04a043-4cdb-4eb3-bd52-1019d1a5e6e1", vad: 0}, …] (4) (0.45d56980.js, line 1) [{stage_index: 0, participant_uuid: "e4e3a662-b4dc-4596-babf-7826299abb12", vad: 100}, {stage_index: 1, participant_uuid: "4dc0c1cf-43a8-40cb-a4a2-fe16dba3a49c", vad: 0}, {stage_index: 2, participant_uuid: "fb04a043-4cdb-4eb3-bd52-1019d1a5e6e1", vad: 0}, {stage_index: 3, participant_uuid: "19417e48-198c-4c40-8204-25d800391428", vad: 0}]Array (4) [Log] layout – {participants: ["4dc0c1cf-43a8-40cb-a4a2-fe16dba3a49c", "fb04a043-4cdb-4eb3-bd52-1019d1a5e6e1", "19417e48-198c-4c40-8204-25d800391428"], view: "1:7"} (0.45d56980.js, line 1) [Log] stage – [{stage_index: 0, participant_uuid: "e4e3a662-b4dc-4596-babf-7826299abb12", vad: 0}, {stage_index: 1, participant_uuid: "4dc0c1cf-43a8-40cb-a4a2-fe16dba3a49c", vad: 0}, {stage_index: 2, participant_uuid: "fb04a043-4cdb-4eb3-bd52-1019d1a5e6e1", vad: 0}, …] (4) (0.45d56980.js, line 1) [{stage_index: 0, participant_uuid: "e4e3a662-b4dc-4596-babf-7826299abb12", vad: 0}, {stage_index: 1, participant_uuid: "4dc0c1cf-43a8-40cb-a4a2-fe16dba3a49c", vad: 0}, {stage_index: 2, participant_uuid: "fb04a043-4cdb-4eb3-bd52-1019d1a5e6e1", vad: 0}, {stage_index: 3, participant_uuid: "19417e48-198c-4c40-8204-25d800391428", vad: 0}]Array (4) [Log] layout – {participants: ["4dc0c1cf-43a8-40cb-a4a2-fe16dba3a49c", "fb04a043-4cdb-4eb3-bd52-1019d1a5e6e1", "19417e48-198c-4c40-8204-25d800391428"], view: "1:7"} (0.45d56980.js, line 1) [Log] stage – [{stage_index: 0, participant_uuid: "e4e3a662-b4dc-4596-babf-7826299abb12", vad: 100}, {stage_index: 1, participant_uuid: "4dc0c1cf-43a8-40cb-a4a2-fe16dba3a49c", vad: 0}, {stage_index: 2, participant_uuid: "fb04a043-4cdb-4eb3-bd52-1019d1a5e6e1", vad: 0}, …] (4) (0.45d56980.js, line 1) [{stage_index: 0, participant_uuid: "e4e3a662-b4dc-4596-babf-7826299abb12", vad: 100}, {stage_index: 1, participant_uuid: "4dc0c1cf-43a8-40cb-a4a2-fe16dba3a49c", vad: 0}, {stage_index: 2, participant_uuid: "fb04a043-4cdb-4eb3-bd52-1019d1a5e6e1", vad: 0}, {stage_index: 3, participant_uuid: "19417e48-198c-4c40-8204-25d800391428", vad: 0}]Array (4) [Log] PexRTC.sendRequest – "refresh_token" – null – "POST" – "
https://ivv-uat.kaiserpermanente.org/api/client/v2/conferences/meet.COL_1004511511/refresh_token
" (0.45d56980.js, line 1) [Log] layout – {participants: ["4dc0c1cf-43a8-40cb-a4a2-fe16dba3a49c", "fb04a043-4cdb-4eb3-bd52-1019d1a5e6e1", "19417e48-198c-4c40-8204-25d800391428"], view: "1:7"} (0.45d56980.js, line 1) [Log] PexRTC.sendRequest – "message" (3) (0.45d56980.js, line 1) {type: "text/plain", payload: "KPCustomMessage:EVENT_MUTE_AUDIO:e4e3a662-b4dc-459…9abb12:19417e48-198c-4c40-8204-25d800391428:false"} "POST" "
https://ivv-uat.kaiserpermanente.org/api/client/v2/conferences/meet.COL_1004511511/message
" [Log] mediaPermission – false (0.45d56980.js, line 1) [Log] devices – {video: [{id: "", kind: "video", label: "Camera 1"}], audio: [{id: "", kind: "audio", label: "Microphone 1"}], output: []} (0.45d56980.js, line 1) [Log] get cookie – "kpvv_preferred_devices" – undefined (0.45d56980.js, line 1) [Log] preferedDevices – {} (0.45d56980.js, line 1) [Log] preferedDeviceID – "" – "" – undefined (0.45d56980.js, line 1) [Log] constraints – {audio: true, video: {width: 1280, height: 720, deviceId: {exact: "EA30F73C9E535904CA042DAEC47DA13B759DD82F"}}} (0.45d56980.js, line 1) [Log] appRTC._selfVideoURL – MediaStream {id: "3bb11a87-66b7-4fd2-ae92-59e9220a7dfa", active: true, onaddtrack: null, …} (0.45d56980.js, line 1) MediaStream {id: "3bb11a87-66b7-4fd2-ae92-59e9220a7dfa", active: true, onaddtrack: null, onremovetrack: null, getAudioTracks: function, …}MediaStream [Log] appRTC._videoURL – MediaStream {id: "WhmdLbSsYjiH4sPZ5pqh7ZVzY2Nt6GTt", active: true, onaddtrack: null, …} (0.45d56980.js, line 1) MediaStream {id: "WhmdLbSsYjiH4sPZ5pqh7ZVzY2Nt6GTt", active: true, onaddtrack: null, onremovetrack: null, getAudioTracks: function, …}MediaStream [Log] Browser does not support output device selection. (0.45d56980.js, line 1) [Log] Ice Connection State – "disconnected" (0.45d56980.js, line 1) [Log] stage – [{stage_index: 0, participant_uuid: "e4e3a662-b4dc-4596-babf-7826299abb12", vad: 0}, {stage_index: 1, participant_uuid: "4dc0c1cf-43a8-40cb-a4a2-fe16dba3a49c", vad: 0}, {stage_index: 2, participant_uuid: "fb04a043-4cdb-4eb3-bd52-1019d1a5e6e1", vad: 0}, …] (4) (0.45d56980.js, line 1) [{stage_index: 0, participant_uuid: "e4e3a662-b4dc-4596-babf-7826299abb12", vad: 0}, {stage_index: 1, participant_uuid: "4dc0c1cf-43a8-40cb-a4a2-fe16dba3a49c", vad: 0}, {stage_index: 2, participant_uuid: "fb04a043-4cdb-4eb3-bd52-1019d1a5e6e1", vad: 0}, {stage_index: 3, participant_uuid: "19417e48-198c-4c40-8204-25d800391428", vad: 0}]Array (4) [Log] Ice Connection State – "connected" (0.45d56980.js, line 1) [Log] Ice Connection State – "completed" (0.45d56980.js, line 1) [Log] PexRTC.refreshToken response – "{\"status\": \"success\", \"result\": {\"token\": \"RA6wAkU0duxoaYr95WG0WKzStf%2BjIwk4dn76RNNEaBR5jojfkOzsm4andGeKJLaZzIcIHmsWLYPgXuzsj0rgZXcIHOsgdRG…" (0.45d56980.js, line 1) [Log] participant_update – {protocol: "webrtc", is_audio_only_call: "NO", is_presenting: "NO", …} (0.45d56980.js, line 1) {protocol: "webrtc", is_audio_only_call: "NO", is_presenting: "NO", is_streaming_conference: false, fecc_supported: "NO", …}Object [Log] participantUUID & mute – "e4e3a662-b4dc-4596-babf-7826299abb12" – true (0.45d56980.js, line 1) [Log] updateParticipant before sdk getparticipant – {participantCount: 4, participants: Array} (0.45d56980.js, line 1) {participantCount: 4, participants: Array}Object [Log] mediaPermission – false (0.45d56980.js, line 1) [Log] mediaPermission – false (0.45d56980.js, line 1) [Log] mediaPermission – false (0.45d56980.js, line 1) [Log] mediaPermission – false (0.45d56980.js, line 1) [Log] mediaPermission – false (0.45d56980.js, line 1) [Log] devices – {video: [{id: "", kind: "video", label: "Camera 1"}], audio: [{id: "", kind: "audio", label: "Microphone 1"}], output: []} (0.45d56980.js, line 1) [Log] get cookie – "kpvv_preferred_devices" – undefined (0.45d56980.js, line 1) [Log] preferedDevices – {} (0.45d56980.js, line 1) [Log] preferedDeviceID – "" – "" – undefined (0.45d56980.js, line 1) [Log] constraints – {audio: true, video: {width: 1280, height: 720, deviceId: {exact: "D3FC600BB131BB09453C1A7D06B17533E74CF4FA"}}} (0.45d56980.js, line 1) [Log] participant_update – {protocol: "webrtc", is_audio_only_call: "NO", is_presenting: "NO", …} (0.45d56980.js, line 1) {protocol: "webrtc", is_audio_only_call: "NO", is_presenting: "NO", is_streaming_conference: false, fecc_supported: "NO", …}Object [Log] participantUUID & mute – "e4e3a662-b4dc-4596-babf-7826299abb12" – true (0.45d56980.js, line 1) [Log] updateParticipant before sdk getparticipant – {participantCount: 4, participants: Array} (0.45d56980.js, line 1) {participantCount: 4, participants: Array}Object [Log] mediaPermission – false (0.45d56980.js, line 1) [Log] mediaPermission – false (0.45d56980.js, line 1) [Log] appRTC._selfVideoURL – MediaStream {id: "9f1c6745-6213-4fc4-a3e6-c07280ca2d70", active: true, onaddtrack: null, …} (0.45d56980.js, line 1) MediaStream {id: "9f1c6745-6213-4fc4-a3e6-c07280ca2d70", active: true, onaddtrack: null, onremovetrack: null, getAudioTracks: function, …}MediaStream [Log] appRTC._videoURL – MediaStream {id: "WhmdLbSsYjiH4sPZ5pqh7ZVzY2Nt6GTt", active: true, onaddtrack: null, …} (0.45d56980.js, line 1) MediaStream {id: "WhmdLbSsYjiH4sPZ5pqh7ZVzY2Nt6GTt", active: true, onaddtrack: null, onremovetrack: null, getAudioTracks: function, …}MediaStream [Log] Browser does not support output device selection. (0.45d56980.js, line 1) [Log] Ice Connection State – "disconnected" (0.45d56980.js, line 1) [Log] Ice Connection State – "failed" (0.45d56980.js, line 1) [Log] mediaPermission – false (0.45d56980.js, line 1) [Log] mediaPermission – false (0.45d56980.js, line 1) [Log] PexRTC.sendRequest – "refresh_token" – null – "POST" – "
https://ivv-uat.kaiserpermanente.org/api/client/v2/conferences/meet.COL_1004511511/refresh_token
" (0.45d56980.js, line 1) [Log] PexRTC.refreshToken response – "{\"status\": \"success\", \"result\": {\"token\": \"k8/KCtwpGMG8PYtIzNFdhIb6CXdda2FMPYkUm%2B8zXwpLYFnoQarQ1eJe3ZOrUZhE8/3XMcVQdWX6F1sCiarhzJOxjIW86I4…" (0.45d56980.js, line 1) [Log] devices – {video: [{id: "", kind: "video", label: "Camera 1"}], audio: [{id: "", kind: "audio", label: "Microphone 1"}], output: []} (0.45d56980.js, line 1) [Log] get cookie – "kpvv_preferred_devices" – undefined (0.45d56980.js, line 1) [Log] preferedDevices – {} (0.45d56980.js, line 1) [Log] preferedDeviceID – "" – "" – undefined (0.45d56980.js, line 1) [Log] constraints – {audio: true, video: {width: 1280, height: 720, deviceId: {exact: "EA30F73C9E535904CA042DAEC47DA13B759DD82F"}}} (0.45d56980.js, line 1) [Log] IVVR - Bandwidth – 1024 (0.45d56980.js, line 1) [Log] mediaPermission – false (0.45d56980.js, line 1) [Log] devices – {} (0.45d56980.js, line 1) [Log] get cookie – "kpvv_preferred_devices" – undefined (0.45d56980.js, line 1) [Log] preferedDevices – {} (0.45d56980.js, line 1) [Log] preferedDeviceID – undefined – undefined – undefined (0.45d56980.js, line 1) [Log] usermedia constraints – {video: true, audio: true} (0.45d56980.js, line 1) [Log] kpvv.constraints – {video: true, audio: true} (0.45d56980.js, line 1) [Log] mediaPermission – false (0.45d56980.js, line 1) [Log] renewTokenMs – 1200000 (0.45d56980.js, line 1) [Log] mediaPermission – false (0.45d56980.js, line 1) [Log] mediaPermission – false (0.45d56980.js, line 1) [Log] mediaPermission – false (0.45d56980.js, line 1) [Log] mediaPermission – false (0.45d56980.js, line 1) [Log] mediaPermission – false (0.45d56980.js, line 1) [Log] mediaPermission – false (0.45d56980.js, line 1) [Log] mediaPermission – false (0.45d56980.js, line 1) [Log] PexRTC.sendRequest – "request_token" (3) (0.45d56980.js, line 1) {display_name: "Siva-Provider-Ios-13.2"} "POST" "
https://ivv-uat.kaiserpermanente.org/api/client/v2/conferences/meet.COL_1004511511/request_token
" [Error] Failed to load resource: the server responded with a status of 403 (Forbidden) (request_token, line 0) [Log] PexRTC.tokenRequested response – "{\"status\": \"success\", \"result\": {\"version\": {\"pseudo_version\": \"48340.0.0\", \"version_id\": \"21\"}, \"guest_pin\": \"required\", \"pin\"…" (0.45d56980.js, line 1) [Log] constraints – {audio: true, video: {width: 1280, height: 720}} (0.45d56980.js, line 1) [Log] appRTC._selfVideoURL – MediaStream {id: "c17d8737-adf9-4a35-b62b-0b613b26e8c1", active: true, onaddtrack: null, …} (0.45d56980.js, line 1) MediaStream {id: "c17d8737-adf9-4a35-b62b-0b613b26e8c1", active: true, onaddtrack: null, onremovetrack: null, getAudioTracks: function, …}MediaStream [Log] PexRTC.sendRequest – "request_token" (3) (0.45d56980.js, line 1) {display_name: "Siva-Provider-Ios-13.2"} "POST" "
https://ivv-uat.kaiserpermanente.org/api/client/v2/conferences/meet.COL_1004511511/request_token
" [Log] PexRTC.tokenRequested response – "{\"status\": \"success\", \"result\": {\"allow_1080p\": false, \"bandwidth_out\": 768, \"bandwidth_in\": 900, \"guests_can_present\": true…" (0.45d56980.js, line 1) [Log] ICE Servers: – {iceServers: []} (0.45d56980.js, line 1) [Log] PexRTC.sendRequest – "conference_status" – null – "GET" – "
https://ivv-uat.kaiserpermanente.org/api/client/v2/conferences/meet.COL_1004511511/conference_status
" (0.45d56980.js, line 1) [Log] Created offer – "v=0\r↵o=- 29405928373460884 2 IN IP4 127.0.0.1\r↵s=-\r↵t=0 0\r↵a=group:BUNDLE 0 1\r↵a=msid-semantic: WMS c17d8737-adf9-4a35-b62b-0b613b26e8c1…" (0.45d56980.js, line 1) [Log] Local description active (0.45d56980.js, line 1) [Log] Ice Gathering State – "gathering" (0.45d56980.js, line 1) [Log] Gathered ICE candidate – "candidate:836488503 1 udp 2113937151 10.104.195.40 51568 typ host generation 0 ufrag Oxh2 network-cost 999" (0.45d56980.js, line 1) [Log] Ice Gathering State – "gathering" (0.45d56980.js, line 1) [Log] Gathered ICE candidate – "candidate:3583380021 1 udp 2113939711 2600:380:4739:2e74:610d:7b1:4611:cc75 51569 typ host generation 0 ufrag Oxh2 network-cost 999" (0.45d56980.js, line 1) [Log] Ice Gathering State – "gathering" (0.45d56980.js, line 1) [Log] Gathered ICE candidate – "candidate:836488503 1 udp 2113937151 10.104.195.40 56916 typ host generation 0 ufrag Oxh2 network-cost 999" (0.45d56980.js, line 1) [Log] Ice Gathering State – "gathering" (0.45d56980.js, line 1) [Log] Gathered ICE candidate – "candidate:3583380021 1 udp 2113939711 2600:380:4739:2e74:610d:7b1:4611:cc75 56917 typ host generation 0 ufrag Oxh2 network-cost 999" (0.45d56980.js, line 1) [Log] Ice Gathering State – "gathering" (0.45d56980.js, line 1) [Log] conference_status (0.45d56980.js, line 1) [Log] mediaPermission – false (0.45d56980.js, line 1) [Log] event source open (0.45d56980.js, line 1) [Log] conference_update – {started: true, guests_muted: false, locked: false} (0.45d56980.js, line 1) [Log] participant_sync_begin (0.45d56980.js, line 1) [Log] participant_create – {protocol: "webrtc", is_audio_only_call: "NO", is_presenting: "NO", …} (0.45d56980.js, line 1) {protocol: "webrtc", is_audio_only_call: "NO", is_presenting: "NO", is_streaming_conference: false, fecc_supported: "NO", …}Object [Log] participant_create – {protocol: "webrtc", is_audio_only_call: "NO", is_presenting: "NO", …} (0.45d56980.js, line 1) {protocol: "webrtc", is_audio_only_call: "NO", is_presenting: "NO", is_streaming_conference: false, fecc_supported: "NO", …}Object [Log] participant_create – {protocol: "webrtc", is_audio_only_call: "NO", is_presenting: "NO", …} (0.45d56980.js, line 1) {protocol: "webrtc", is_audio_only_call: "NO", is_presenting: "NO", is_streaming_conference: false, fecc_supported: "NO", …}Object [Log] participant_create – {protocol: "webrtc", is_audio_only_call: "NO", is_presenting: "NO", …} (0.45d56980.js, line 1) {protocol: "webrtc", is_audio_only_call: "NO", is_presenting: "NO", is_streaming_conference: false, fecc_supported: "NO", …}Object [Log] participant_create – {protocol: "api", is_audio_only_call: "NO", is_presenting: "NO", …} (0.45d56980.js, line 1) {protocol: "api", is_audio_only_call: "NO", is_presenting: "NO", is_streaming_conference: false, fecc_supported: "NO", …}Object [Log] participant_sync_end – {19417e48-198c-4c40-8204-25d800391428: Object, 4dc0c1cf-43a8-40cb-a4a2-fe16dba3a49c: Object, fb04a043-4cdb-4eb3-bd52-1019d1a5e6e1: Object, …} (0.45d56980.js, line 1) {19417e48-198c-4c40-8204-25d800391428: Object, 4dc0c1cf-43a8-40cb-a4a2-fe16dba3a49c: Object, fb04a043-4cdb-4eb3-bd52-1019d1a5e6e1: Object, e4e3a662-b4dc-4596-babf-7826299abb12: Object, ba837468-2aa4-40d8-aeca-4ee2c99cd37d: Object}Object [Log] stage – [{stage_index: 0, participant_uuid: "e4e3a662-b4dc-4596-babf-7826299abb12", vad: 0}, {stage_index: 1, participant_uuid: "4dc0c1cf-43a8-40cb-a4a2-fe16dba3a49c", vad: 0}, {stage_index: 2, participant_uuid: "fb04a043-4cdb-4eb3-bd52-1019d1a5e6e1", vad: 0}, …] (4) (0.45d56980.js, line 1) [{stage_index: 0, participant_uuid: "e4e3a662-b4dc-4596-babf-7826299abb12", vad: 0}, {stage_index: 1, participant_uuid: "4dc0c1cf-43a8-40cb-a4a2-fe16dba3a49c", vad: 0}, {stage_index: 2, participant_uuid: "fb04a043-4cdb-4eb3-bd52-1019d1a5e6e1", vad: 0}, {stage_index: 3, participant_uuid: "19417e48-198c-4c40-8204-25d800391428", vad: 0}]Array (4) [Log] presentation_stop – {status: "stop"} (0.45d56980.js, line 1) [Log] null (0.45d56980.js, line 1) [Log] participant_create – {protocol: "api", is_audio_only_call: "NO", is_presenting: "NO", …} (0.45d56980.js, line 1) {protocol: "api", is_audio_only_call: "NO", is_presenting: "NO", is_streaming_conference: false, fecc_supported: "NO", …}Object [Log] participant_update – {protocol: "api", is_audio_only_call: "NO", is_presenting: "NO", …} (0.45d56980.js, line 1) {protocol: "api", is_audio_only_call: "NO", is_presenting: "NO", is_streaming_conference: false, fecc_supported: "NO", …}Object [Log] participantUUID & mute – "4cc32e35-1765-410b-9bf8-bf49b9b4cc1d" – false (0.45d56980.js, line 1) [Log] updateParticipant before sdk getparticipant – {participantCount: 4, participants: Array} (0.45d56980.js, line 1) {participantCount: 4, participants: Array}Object [Log] mediaPermission – false (0.45d56980.js, line 1) [Log] mediaPermission – false (0.45d56980.js, line 1) [Log] mediaPermission – false (0.45d56980.js, line 1) [Log] mediaPermission – false (0.45d56980.js, line 1) [Log] conferenceStatusRole – "CONSULTING_CLINICIAN" (0.45d56980.js, line 1) [Log] join retry counter – 1 (0.45d56980.js, line 1) [Log] mediaPermission – false (0.45d56980.js, line 1) [Log] mediaPermission – false (0.45d56980.js, line 1) [Log] mediaPermission – false (0.45d56980.js, line 1) [Log] mediaPermission – false (0.45d56980.js, line 1) [Log] mediaPermission – false (0.45d56980.js, line 1) [Log] mediaPermission – false (0.45d56980.js, line 1) [Log] mediaPermission – false (0.45d56980.js, line 1) [Log] mediaPermission – false (0.45d56980.js, line 1) [Log] mediaPermission – false (0.45d56980.js, line 1) [Log] mediaPermission – false (0.45d56980.js, line 1) [Log] mediaPermission – false (0.45d56980.js, line 1) [Log] mediaPermission – false (0.45d56980.js, line 1) [Log] mediaPermission – false (0.45d56980.js, line 1) [Log] mediaPermission – false (0.45d56980.js, line 1) [Log] participant_update – {protocol: "api", is_audio_only_call: "NO", is_presenting: "NO", …} (0.45d56980.js, line 1) {protocol: "api", is_audio_only_call: "NO", is_presenting: "NO", is_streaming_conference: false, fecc_supported: "NO", …}Object [Log] participantUUID & mute – "ba837468-2aa4-40d8-aeca-4ee2c99cd37d" – false (0.45d56980.js, line 1) [Log] updateParticipant before sdk getparticipant – {participantCount: 6, participants: Array} (0.45d56980.js, line 1) {participantCount: 6, participants: Array}Object [Log] mediaPermission – false (0.45d56980.js, line 1) [Log] participant_update – {protocol: "webrtc", is_audio_only_call: "NO", is_presenting: "NO", …} (0.45d56980.js, line 1) {protocol: "webrtc", is_audio_only_call: "NO", is_presenting: "NO", is_streaming_conference: false, fecc_supported: "NO", …}Object [Log] participantUUID & mute – "ba837468-2aa4-40d8-aeca-4ee2c99cd37d" – false (0.45d56980.js, line 1) [Log] updateParticipant before sdk getparticipant – {participantCount: 6, participants: Array} (0.45d56980.js, line 1) {participantCount: 6, participants: Array}Object [Log] mediaPermission – false (0.45d56980.js, line 1) [Log] layout – {participants: ["e4e3a662-b4dc-4596-babf-7826299abb12", "4dc0c1cf-43a8-40cb-a4a2-fe16dba3a49c", "fb04a043-4cdb-4eb3-bd52-1019d1a5e6e1", …], view: "1:7"} (0.45d56980.js, line 1) [Log] stage – [{stage_index: 0, participant_uuid: "e4e3a662-b4dc-4596-babf-7826299abb12", vad: 0}, {stage_index: 1, participant_uuid: "4dc0c1cf-43a8-40cb-a4a2-fe16dba3a49c", vad: 0}, {stage_index: 2, participant_uuid: "fb04a043-4cdb-4eb3-bd52-1019d1a5e6e1", vad: 0}, …] (5) (0.45d56980.js, line 1) [{stage_index: 0, participant_uuid: "e4e3a662-b4dc-4596-babf-7826299abb12", vad: 0}, {stage_index: 1, participant_uuid: "4dc0c1cf-43a8-40cb-a4a2-fe16dba3a49c", vad: 0}, {stage_index: 2, participant_uuid: "fb04a043-4cdb-4eb3-bd52-1019d1a5e6e1", vad: 0}, {stage_index: 3, participant_uuid: "19417e48-198c-4c40-8204-25d800391428", vad: 0}, {stage_index: 4, participant_uuid: "ba837468-2aa4-40d8-aeca-4ee2c99cd37d", vad: 0}]Array (5) [Log] mediaPermission – false (0.45d56980.js, line 1) [Log] mediaPermission – false (0.45d56980.js, line 1) [Log] mediaPermission – false (0.45d56980.js, line 1) [Log] mediaPermission – false (0.45d56980.js, line 1) [Log] participant_update – {protocol: "webrtc", is_audio_only_call: "NO", is_presenting: "NO", …} (0.45d56980.js, line 1) {protocol: "webrtc", is_audio_only_call: "NO", is_presenting: "NO", is_streaming_conference: false, fecc_supported: "NO", …}Object [Log] participantUUID & mute – "ba837468-2aa4-40d8-aeca-4ee2c99cd37d" – false (0.45d56980.js, line 1) [Log] updateParticipant before sdk getparticipant – {participantCount: 6, participants: Array} (0.45d56980.js, line 1) {participantCount: 6, participants: Array}Object [Log] mediaPermission – false (0.45d56980.js, line 1) [Log] mediaPermission – false (0.45d56980.js, line 1) [Log] mediaPermission – false (0.45d56980.js, line 1) [Log] participant_update – {protocol: "webrtc", is_audio_only_call: "NO", is_presenting: "NO", …} (0.45d56980.js, line 1) {protocol: "webrtc", is_audio_only_call: "NO", is_presenting: "NO", is_streaming_conference: false, fecc_supported: "NO", …}Object [Log] participantUUID & mute – "ba837468-2aa4-40d8-aeca-4ee2c99cd37d" – false (0.45d56980.js, line 1) [Log] updateParticipant before sdk getparticipant – {participantCount: 6, participants: Array} (0.45d56980.js, line 1) {participantCount: 6, participants: Array}Object [Log] mediaPermission – false (0.45d56980.js, line 1) [Log] layout – {participants: ["e4e3a662-b4dc-4596-babf-7826299abb12", "4dc0c1cf-43a8-40cb-a4a2-fe16dba3a49c", "fb04a043-4cdb-4eb3-bd52-1019d1a5e6e1", …], view: "1:7"} (0.45d56980.js, line 1) [Log] Timed out gathering candidates – "v=0\r↵o=- 29405928373460884 2 IN IP4 127.0.0.1\r↵s=-\r↵t=0 0\r↵a=group:BUNDLE 0 1\r↵a=msid-semantic: WMS c17d8737-adf9-4a35-b62b-0b613b26e8c1…" (0.45d56980.js, line 1) [Log] Created offer – "v=0\r↵o=- 29405928373460884 2 IN IP4 127.0.0.1\r↵s=-\r↵t=0 0\r↵a=group:BUNDLE 0 1\r↵a=msid-semantic: WMS c17d8737-adf9-4a35-b62b-0b613b26e8c1…" (0.45d56980.js, line 1) [Log] Mutated offer – "v=0\r↵o=- 29405928373460884 2 IN IP4 127.0.0.1\r↵s=-\r↵t=0 0\r↵a=group:BUNDLE 0 1\r↵a=msid-semantic: WMS c17d8737-adf9-4a35-b62b-0b613b26e8c1…" (0.45d56980.js, line 1) [Log] PexRTCCall.sendRequest – "calls" (2) (0.45d56980.js, line 1) {call_type: "WEBRTC", sdp: "v=0\r↵o=- 29405928373460884 2 IN IP4 127.0.0.1\r↵s=-…04-41d6-a3a4-cc311cf7f270\r↵a=rtcp-fb:* nack pli\r↵"} "
https://ivv-uat.kaiserpermanente.org/api/client/v2/conferences/meet.COL_1004511511/participants/4cc32e35-1765-410b-9bf8-bf49b9b4cc1d/calls
" [Log] mediaPermission – false (0.45d56980.js, line 1) [Log] mediaPermission – false (0.45d56980.js, line 1) [Log] participant_update – {protocol: "api", is_audio_only_call: "NO", is_presenting: "NO", …} (0.45d56980.js, line 1) {protocol: "api", is_audio_only_call: "NO", is_presenting: "NO", is_streaming_conference: false, fecc_supported: "NO", …}Object [Log] participantUUID & mute – "4cc32e35-1765-410b-9bf8-bf49b9b4cc1d" – false (0.45d56980.js, line 1) [Log] updateParticipant before sdk getparticipant – {participantCount: 6, participants: Array} (0.45d56980.js, line 1) {participantCount: 6, participants: Array}Object [Log] mediaPermission – false (0.45d56980.js, line 1) [Log] mediaPermission – false (0.45d56980.js, line 1) [Log] Received answer – {sdp: "v=0\r↵o=- 1572371334 1572371335 IN IP4 127.0.0.1\r↵s…ce-ufrag:VIe0\r↵a=ice-pwd:WyEoC5obIawIIJEPKW/XsJ\r↵", call_uuid: "b1f63c19-a5b6-4723-a64c-06e31ab52d9b"} (0.45d56980.js, line 1) {sdp: "v=0\r↵o=- 1572371334 1572371335 IN IP4 127.0.0.1\r↵s…ce-ufrag:VIe0\r↵a=ice-pwd:WyEoC5obIawIIJEPKW/XsJ\r↵", call_uuid: "b1f63c19-a5b6-4723-a64c-06e31ab52d9b"}Object [Log] Mutated answer – "v=0\r↵o=- 1572371334 1572371335 IN IP4 127.0.0.1\r↵s=-\r↵c=IN IP4 10.10.147.68\r↵b=AS:768\r↵t=0 0\r↵m=audio 40100 UDP/TLS/RTP/SAVPF 111 9 0 8 12…" (0.45d56980.js, line 1) [Log] Stream added – "4brONCJNKyFtgf26hlyBl1vVVzU6vgza" (0.45d56980.js, line 1, x2) [Log] appRTC._videoURL – MediaStream {id: "4brONCJNKyFtgf26hlyBl1vVVzU6vgza", active: true, onaddtrack: null, …} (0.45d56980.js, line 1) MediaStream {id: "4brONCJNKyFtgf26hlyBl1vVVzU6vgza", active: true, onaddtrack: null, onremovetrack: null, getAudioTracks: function, …}MediaStream [Log] Browser does not support output device selection. (0.45d56980.js, line 1) [Log] Remote description active (0.45d56980.js, line 1) [Log] PexRTCCall.sendRequest – "calls/b1f63c19-a5b6-4723-a64c-06e31ab52d9b/ack" – null – "
https://ivv-uat.kaiserpermanente.org/api/client/v2/conferences/meet.COL_1004511511/participants/4cc32e35-1765-410b-9bf8-bf49b9b4cc1d/calls/b
…" (0.45d56980.js, line 1) [Log] appRTC._videoURL – MediaStream {id: "4brONCJNKyFtgf26hlyBl1vVVzU6vgza", active: true, onaddtrack: null, …} (0.45d56980.js, line 1) MediaStream {id: "4brONCJNKyFtgf26hlyBl1vVVzU6vgza", active: true, onaddtrack: null, onremovetrack: null, getAudioTracks: function, …}MediaStream [Log] Browser does not support output device selection. (0.45d56980.js, line 1) [Log] participant_update – {protocol: "webrtc", is_audio_only_call: "NO", is_presenting: "NO", …} (0.45d56980.js, line 1) {protocol: "webrtc", is_audio_only_call: "NO", is_presenting: "NO", is_streaming_conference: false, fecc_supported: "NO", …}Object [Log] participantUUID & mute – "4cc32e35-1765-410b-9bf8-bf49b9b4cc1d" – false (0.45d56980.js, line 1) [Log] updateParticipant before sdk getparticipant – {participantCount: 6, participants: Array} (0.45d56980.js, line 1) {participantCount: 6, participants: Array}Object [Log] mediaPermission – false (0.45d56980.js, line 1) [Log] mediaPermission – false (0.45d56980.js, line 1) [Log] mediaPermission – false (0.45d56980.js, line 1) [Log] mediaPermission – false (0.45d56980.js, line 1) [Log] mediaPermission – false (0.45d56980.js, line 1) [Log] mediaPermission – false (0.45d56980.js, line 1) [Log] layout – {participants: ["e4e3a662-b4dc-4596-babf-7826299abb12", "4dc0c1cf-43a8-40cb-a4a2-fe16dba3a49c", "fb04a043-4cdb-4eb3-bd52-1019d1a5e6e1", …], view: "1:7"} (0.45d56980.js, line 1) [Log] stage – [{stage_index: 0, participant_uuid: "e4e3a662-b4dc-4596-babf-7826299abb12", vad: 0}, {stage_index: 1, participant_uuid: "4dc0c1cf-43a8-40cb-a4a2-fe16dba3a49c", vad: 0}, {stage_index: 2, participant_uuid: "fb04a043-4cdb-4eb3-bd52-1019d1a5e6e1", vad: 0}, …] (6) (0.45d56980.js, line 1) [{stage_index: 0, participant_uuid: "e4e3a662-b4dc-4596-babf-7826299abb12", vad: 0}, {stage_index: 1, participant_uuid: "4dc0c1cf-43a8-40cb-a4a2-fe16dba3a49c", vad: 0}, {stage_index: 2, participant_uuid: "fb04a043-4cdb-4eb3-bd52-1019d1a5e6e1", vad: 0}, {stage_index: 3, participant_uuid: "19417e48-198c-4c40-8204-25d800391428", vad: 0}, {stage_index: 4, participant_uuid: "ba837468-2aa4-40d8-aeca-4ee2c99cd37d", vad: 0}, {stage_index: 5, participant_uuid: "4cc32e35-1765-410b-9bf8-bf49b9b4cc1d", vad: 0}]Array (6) [Log] devices – {video: [{id: "", kind: "video", label: "Camera 1"}], audio: [{id: "", kind: "audio", label: "Microphone 1"}], output: []} (0.45d56980.js, line 1) [Log] get cookie – "kpvv_preferred_devices" – undefined (0.45d56980.js, line 1) [Log] preferedDevices – {} (0.45d56980.js, line 1) [Log] preferedDeviceID – "" – "" – undefined (0.45d56980.js, line 1) [Log] constraints – {audio: true, video: {width: 1280, height: 720, deviceId: {exact: "EA30F73C9E535904CA042DAEC47DA13B759DD82F"}}} (0.45d56980.js, line 1) [Log] layout – {participants: ["ba837468-2aa4-40d8-aeca-4ee2c99cd37d", "e4e3a662-b4dc-4596-babf-7826299abb12", "4dc0c1cf-43a8-40cb-a4a2-fe16dba3a49c", …], view: "1:7"} (0.45d56980.js, line 1) [Log] stage – [{stage_index: 0, participant_uuid: "ba837468-2aa4-40d8-aeca-4ee2c99cd37d", vad: 100}, {stage_index: 1, participant_uuid: "e4e3a662-b4dc-4596-babf-7826299abb12", vad: 0}, {stage_index: 2, participant_uuid: "4dc0c1cf-43a8-40cb-a4a2-fe16dba3a49c", vad: 0}, …] (6) (0.45d56980.js, line 1) [{stage_index: 0, participant_uuid: "ba837468-2aa4-40d8-aeca-4ee2c99cd37d", vad: 100}, {stage_index: 1, participant_uuid: "e4e3a662-b4dc-4596-babf-7826299abb12", vad: 0}, {stage_index: 2, participant_uuid: "4dc0c1cf-43a8-40cb-a4a2-fe16dba3a49c", vad: 0}, {stage_index: 3, participant_uuid: "fb04a043-4cdb-4eb3-bd52-1019d1a5e6e1", vad: 0}, {stage_index: 4, participant_uuid: "19417e48-198c-4c40-8204-25d800391428", vad: 0}, {stage_index: 5, participant_uuid: "4cc32e35-1765-410b-9bf8-bf49b9b4cc1d", vad: 0}]Array (6)
aman.khangura
Comment 6
2019-11-12 14:14:08 PST
[Log] IVVR - Bandwidth – 1024 (0.325a94e2.js, line 1) [Log] mediaPermission – false (0.325a94e2.js, line 1) [Log] devices – {} (0.325a94e2.js, line 1) [Log] get cookie – "kpvv_preferred_devices" – undefined (0.325a94e2.js, line 1) [Log] preferedDevices – {} (0.325a94e2.js, line 1) [Log] preferedDeviceID – undefined – undefined – undefined (0.325a94e2.js, line 1) [Log] usermedia constraints – {video: true, audio: true} (0.325a94e2.js, line 1) [Log] kpvv.constraints – {video: true, audio: true} (0.325a94e2.js, line 1) [Log] mediaPermission – false (0.325a94e2.js, line 1) [Log] renewTokenMs – 1200000 (0.325a94e2.js, line 1) [Log] mediaPermission – false (0.325a94e2.js, line 1) [Log] PexRTC.sendRequest – "request_token" (3) (0.325a94e2.js, line 1) {display_name: "Siva-ios"} "POST" "
https://ivv-srm.kaiserpermanente.org/api/client/v2/conferences/meet.COL_20191029/request_token
" [Log] mediaPermission – false (0.325a94e2.js, line 1) [Log] mediaPermission – false (0.325a94e2.js, line 1) [Log] mediaPermission – false (0.325a94e2.js, line 1) [Log] mediaPermission – false (0.325a94e2.js, line 1) [Log] mediaPermission – false (0.325a94e2.js, line 1) [Log] mediaPermission – false (0.325a94e2.js, line 1) [Error] Failed to load resource: the server responded with a status of 403 (Forbidden) (request_token, line 0) [Log] PexRTC.tokenRequested response – "{\"status\": \"success\", \"result\": {\"version\": {\"pseudo_version\": \"50285.0.0\", \"version_id\": \"22\"}, \"guest_pin\": \"required\", \"pin\"…" (0.325a94e2.js, line 1) [Log] constraints – {audio: true, video: {width: 1280, height: 720}} (0.325a94e2.js, line 1) [Log] appRTC._selfVideoURL – MediaStream {id: "2e338947-1633-46f4-8ff9-18b774dd19f3", active: true, onaddtrack: null, …} (0.325a94e2.js, line 1) MediaStream {id: "2e338947-1633-46f4-8ff9-18b774dd19f3", active: true, onaddtrack: null, onremovetrack: null, getAudioTracks: function, …}MediaStream [Log] PexRTC.sendRequest – "request_token" (3) (0.325a94e2.js, line 1) {display_name: "Siva-ios"} "POST" "
https://ivv-srm.kaiserpermanente.org/api/client/v2/conferences/meet.COL_20191029/request_token
" [Log] PexRTC.tokenRequested response – "{\"status\": \"success\", \"result\": {\"allow_1080p\": false, \"guests_can_present\": true, \"rtmp_enabled\": true, \"expires\": \"120\"…" (0.325a94e2.js, line 1) [Log] ICE Servers: – {iceServers: []} (0.325a94e2.js, line 1) [Log] PexRTC.sendRequest – "conference_status" – null – "GET" – "
https://ivv-srm.kaiserpermanente.org/api/client/v2/conferences/meet.COL_20191029/conference_status
" (0.325a94e2.js, line 1) [Log] Created offer – "v=0\r↵o=- 1076301711558695605 2 IN IP4 127.0.0.1\r↵s=-\r↵t=0 0\r↵a=group:BUNDLE 0 1\r↵a=msid-semantic: WMS 2e338947-1633-46f4-8ff9-18b774dd19f3…" (0.325a94e2.js, line 1) [Log] Local description active (0.325a94e2.js, line 1) [Log] Ice Gathering State – "gathering" (0.325a94e2.js, line 1) [Log] Gathered ICE candidate – "candidate:800974396 1 udp 2113937151 192.168.0.30 65034 typ host generation 0 ufrag 61pX network-cost 999" (0.325a94e2.js, line 1) [Log] Ice Gathering State – "gathering" (0.325a94e2.js, line 1) [Log] Gathered ICE candidate – "candidate:1304174212 1 udp 2113939711 2601:205:c001:7760:d84f:b00:5c4d:1dd8 65035 typ host generation 0 ufrag 61pX network-cost 999" (0.325a94e2.js, line 1) [Log] Ice Gathering State – "gathering" (0.325a94e2.js, line 1) [Log] Gathered ICE candidate – "candidate:800974396 1 udp 2113937151 192.168.0.30 62568 typ host generation 0 ufrag 61pX network-cost 999" (0.325a94e2.js, line 1) [Log] Ice Gathering State – "gathering" (0.325a94e2.js, line 1) [Log] Gathered ICE candidate – "candidate:1304174212 1 udp 2113939711 2601:205:c001:7760:d84f:b00:5c4d:1dd8 62569 typ host generation 0 ufrag 61pX network-cost 999" (0.325a94e2.js, line 1) [Log] conference_status (0.325a94e2.js, line 1) [Log] Ice Gathering State – "gathering" (0.325a94e2.js, line 1) [Log] event source open (0.325a94e2.js, line 1) [Log] conference_update – {started: true, guests_muted: false, locked: false} (0.325a94e2.js, line 1) [Log] participant_sync_begin (0.325a94e2.js, line 1) [Log] participant_create – {protocol: "api", is_audio_only_call: "NO", is_presenting: "NO", …} (0.325a94e2.js, line 1) {protocol: "api", is_audio_only_call: "NO", is_presenting: "NO", is_streaming_conference: false, buzz_time: 0, …}Object [Log] participant_create – {protocol: "webrtc", is_audio_only_call: "NO", is_presenting: "NO", …} (0.325a94e2.js, line 1) {protocol: "webrtc", is_audio_only_call: "NO", is_presenting: "NO", is_streaming_conference: false, buzz_time: 0, …}Object [Log] participant_sync_end – {c395b71d-6713-48f5-9461-78258bf09bb6: Object, ca5925e5-6d6a-41c4-a6d5-913f88f5bf44: Object} (0.325a94e2.js, line 1) {c395b71d-6713-48f5-9461-78258bf09bb6: Object, ca5925e5-6d6a-41c4-a6d5-913f88f5bf44: Object}Object [Log] stage – [{stage_index: 0, participant_uuid: "ca5925e5-6d6a-41c4-a6d5-913f88f5bf44", vad: 0}] (1) (0.325a94e2.js, line 1) [Log] presentation_stop – {status: "stop"} (0.325a94e2.js, line 1) [Log] null (0.325a94e2.js, line 1) [Log] mediaPermission – false (0.325a94e2.js, line 1) [Log] participant_update – {protocol: "api", is_audio_only_call: "NO", is_presenting: "NO", …} (0.325a94e2.js, line 1) {protocol: "api", is_audio_only_call: "NO", is_presenting: "NO", is_streaming_conference: false, buzz_time: 0, …}Object [Log] participantUUID & mute – "c395b71d-6713-48f5-9461-78258bf09bb6" – false (0.325a94e2.js, line 1) [Log] updateParticipant before sdk getparticipant – {participantCount: 1, participants: Array} (0.325a94e2.js, line 1) {participantCount: 1, participants: Array}Object [Log] mediaPermission – false (0.325a94e2.js, line 1) [Log] mediaPermission – false (0.325a94e2.js, line 1) [Log] mediaPermission – false (0.325a94e2.js, line 1) [Log] mediaPermission – false (0.325a94e2.js, line 1) [Log] conferenceStatusRole – "CONSULTING_CLINICIAN" (0.325a94e2.js, line 1) [Log] join retry counter – 1 (0.325a94e2.js, line 1) [Log] mediaPermission – false (0.325a94e2.js, line 1) [Log] mediaPermission – false (0.325a94e2.js, line 1) [Log] mediaPermission – false (0.325a94e2.js, line 1) [Log] mediaPermission – false (0.325a94e2.js, line 1) [Log] mediaPermission – false (0.325a94e2.js, line 1) [Log] mediaPermission – false (0.325a94e2.js, line 1) [Log] Timed out gathering candidates – "v=0\r↵o=- 1076301711558695605 2 IN IP4 127.0.0.1\r↵s=-\r↵t=0 0\r↵a=group:BUNDLE 0 1\r↵a=msid-semantic: WMS 2e338947-1633-46f4-8ff9-18b774dd19f3…" (0.325a94e2.js, line 1) [Log] Created offer – "v=0\r↵o=- 1076301711558695605 2 IN IP4 127.0.0.1\r↵s=-\r↵t=0 0\r↵a=group:BUNDLE 0 1\r↵a=msid-semantic: WMS 2e338947-1633-46f4-8ff9-18b774dd19f3…" (0.325a94e2.js, line 1) [Log] Mutated offer – "v=0\r↵o=- 1076301711558695605 2 IN IP4 127.0.0.1\r↵s=-\r↵t=0 0\r↵a=group:BUNDLE 0 1\r↵a=msid-semantic: WMS 2e338947-1633-46f4-8ff9-18b774dd19f3…" (0.325a94e2.js, line 1) [Log] PexRTCCall.sendRequest – "calls" (2) (0.325a94e2.js, line 1) {call_type: "WEBRTC", sdp: "v=0\r↵o=- 1076301711558695605 2 IN IP4 127.0.0.1\r↵s…47-4681-ac13-ec6e9dfbce04\r↵a=rtcp-fb:* nack pli\r↵"} "
https://ivv-srm.kaiserpermanente.org/api/client/v2/conferences/meet.COL_20191029/participants/c395b71d-6713-48f5-9461-78258bf09bb6/calls
" [Log] Received answer – {sdp: "v=0\r↵o=- 1572329231 1572329232 IN IP4 127.0.0.1\r↵s…ce-ufrag:iNnT\r↵a=ice-pwd:wfte/aY+49jER3bh+4dSx6\r↵", call_uuid: "746a2fca-442b-4e3d-8cd4-5f61e47bacbd"} (0.325a94e2.js, line 1) {sdp: "v=0\r↵o=- 1572329231 1572329232 IN IP4 127.0.0.1\r↵s…ce-ufrag:iNnT\r↵a=ice-pwd:wfte/aY+49jER3bh+4dSx6\r↵", call_uuid: "746a2fca-442b-4e3d-8cd4-5f61e47bacbd"}Object [Log] Mutated answer – "v=0\r↵o=- 1572329231 1572329232 IN IP4 127.0.0.1\r↵s=-\r↵c=IN IP4 10.10.147.4\r↵b=AS:1722\r↵t=0 0\r↵m=audio 41116 UDP/TLS/RTP/SAVPF 111 9 0 8 12…" (0.325a94e2.js, line 1) [Log] Stream added – "YW2ao7BA9qisBLRWqEC1paTTtkmDta47" (0.325a94e2.js, line 1, x2) [Log] appRTC._videoURL – MediaStream {id: "YW2ao7BA9qisBLRWqEC1paTTtkmDta47", active: true, onaddtrack: null, …} (0.325a94e2.js, line 1) MediaStream {id: "YW2ao7BA9qisBLRWqEC1paTTtkmDta47", active: true, onaddtrack: null, onremovetrack: null, getAudioTracks: function, …}MediaStream [Log] Browser does not support output device selection. (0.325a94e2.js, line 1) [Log] Remote description active (0.325a94e2.js, line 1) [Log] PexRTCCall.sendRequest – "calls/746a2fca-442b-4e3d-8cd4-5f61e47bacbd/ack" – null – "
https://ivv-srm.kaiserpermanente.org/api/client/v2/conferences/meet.COL_20191029/participants/c395b71d-6713-48f5-9461-78258bf09bb6/calls/746
…" (0.325a94e2.js, line 1) [Log] appRTC._videoURL – MediaStream {id: "YW2ao7BA9qisBLRWqEC1paTTtkmDta47", active: true, onaddtrack: null, …} (0.325a94e2.js, line 1) MediaStream {id: "YW2ao7BA9qisBLRWqEC1paTTtkmDta47", active: true, onaddtrack: null, onremovetrack: null, getAudioTracks: function, …}MediaStream [Log] Browser does not support output device selection. (0.325a94e2.js, line 1) [Log] participant_update – {protocol: "webrtc", is_audio_only_call: "NO", is_presenting: "NO", …} (0.325a94e2.js, line 1) {protocol: "webrtc", is_audio_only_call: "NO", is_presenting: "NO", is_streaming_conference: false, buzz_time: 0, …}Object [Log] participantUUID & mute – "c395b71d-6713-48f5-9461-78258bf09bb6" – false (0.325a94e2.js, line 1) [Log] updateParticipant before sdk getparticipant – {participantCount: 2, participants: Array} (0.325a94e2.js, line 1) {participantCount: 2, participants: Array}Object [Log] mediaPermission – false (0.325a94e2.js, line 1) [Log] mediaPermission – false (0.325a94e2.js, line 1) [Log] layout – {participants: [], view: "1:0"} (0.325a94e2.js, line 1) [Log] stage – [{stage_index: 0, participant_uuid: "ca5925e5-6d6a-41c4-a6d5-913f88f5bf44", vad: 0}, {stage_index: 1, participant_uuid: "c395b71d-6713-48f5-9461-78258bf09bb6", vad: 0}] (2) (0.325a94e2.js, line 1) [Log] participant_update – {protocol: "webrtc", is_audio_only_call: "NO", is_presenting: "NO", …} (0.325a94e2.js, line 1) {protocol: "webrtc", is_audio_only_call: "NO", is_presenting: "NO", is_streaming_conference: false, buzz_time: 0, …}Object [Log] participantUUID & mute – "c395b71d-6713-48f5-9461-78258bf09bb6" – false (0.325a94e2.js, line 1) [Log] updateParticipant before sdk getparticipant – {participantCount: 2, participants: Array} (0.325a94e2.js, line 1) {participantCount: 2, participants: Array}Object [Log] mediaPermission – false (0.325a94e2.js, line 1) [Log] mediaPermission – false (0.325a94e2.js, line 1) [Log] layout – {participants: ["ca5925e5-6d6a-41c4-a6d5-913f88f5bf44"], view: "1:7"} (0.325a94e2.js, line 1) [Log] participant_update – {protocol: "webrtc", is_audio_only_call: "NO", is_presenting: "NO", …} (0.325a94e2.js, line 1) {protocol: "webrtc", is_audio_only_call: "NO", is_presenting: "NO", is_streaming_conference: false, buzz_time: 0, …}Object [Log] participantUUID & mute – "c395b71d-6713-48f5-9461-78258bf09bb6" – false (0.325a94e2.js, line 1) [Log] updateParticipant before sdk getparticipant – {participantCount: 2, participants: Array} (0.325a94e2.js, line 1) {participantCount: 2, participants: Array}Object [Log] mediaPermission – false (0.325a94e2.js, line 1) [Log] mediaPermission – false (0.325a94e2.js, line 1) [Log] mediaPermission – false (0.325a94e2.js, line 1) [Log] mediaPermission – false (0.325a94e2.js, line 1) [Log] mediaPermission – false (0.325a94e2.js, line 1) [Log] mediaPermission – false (0.325a94e2.js, line 1) [Log] mediaPermission – false (0.325a94e2.js, line 1) [Log] mediaPermission – false (0.325a94e2.js, line 1) [Log] PexRTC.sendRequest – "message" (3) (0.325a94e2.js, line 1) {type: "text/plain", payload: "KPCustomMessage:EVENT_MUTE_AUDIO:c395b71d-6713-48f…f09bb6:ca5925e5-6d6a-41c4-a6d5-913f88f5bf44:false"} "POST" "
https://ivv-srm.kaiserpermanente.org/api/client/v2/conferences/meet.COL_20191029/message
" [Log] mediaPermission – false (0.325a94e2.js, line 1) [Log] devices – {video: [{id: "D143CD2BF2223C9E52332D34F62C3BCEAB4FA7B2", kind: "video", label: "Front Camera"}, {id: "967E56838B77CC195D71C98EB4B0E3561D323175", kind: "video", label: "Back Camera"}], audio: [{id: "D35A83D5D91B1D3DDCF4AB42A3C83F8496BF3608", kind: "audio", label: "iPhone Microphone"}], output: []} (0.325a94e2.js, line 1) [Log] get cookie – "kpvv_preferred_devices" – undefined (0.325a94e2.js, line 1) [Log] preferedDevices – {} (0.325a94e2.js, line 1) [Log] preferedDeviceID – "D143CD2BF2223C9E52332D34F62C3BCEAB4FA7B2" – "D35A83D5D91B1D3DDCF4AB42A3C83F8496BF3608" – undefined (0.325a94e2.js, line 1) [Log] apppexip:constraints exact – undefined (0.325a94e2.js, line 1) [Log] apppexip:constraints audio exact – undefined (0.325a94e2.js, line 1) [Log] constraints – {audio: {deviceId: {exact: "D35A83D5D91B1D3DDCF4AB42A3C83F8496BF3608"}}, video: {width: 1280, height: 720, deviceId: {exact: "D143CD2BF2223C9E52332D34F62C3BCEAB4FA7B2"}}} (0.325a94e2.js, line 1) [Log] IVVR - Bandwidth – 1024 (0.325a94e2.js, line 1) [Log] mediaPermission – false (0.325a94e2.js, line 1) [Log] devices – {} (0.325a94e2.js, line 1) [Log] get cookie – "kpvv_preferred_devices" – undefined (0.325a94e2.js, line 1) [Log] preferedDevices – {} (0.325a94e2.js, line 1) [Log] preferedDeviceID – undefined – undefined – undefined (0.325a94e2.js, line 1) [Log] usermedia constraints – {video: true, audio: true} (0.325a94e2.js, line 1) [Log] kpvv.constraints – {video: true, audio: true} (0.325a94e2.js, line 1) [Log] mediaPermission – false (0.325a94e2.js, line 1) [Log] renewTokenMs – 1200000 (0.325a94e2.js, line 1) [Log] mediaPermission – false (0.325a94e2.js, line 1) [Log] PexRTC.sendRequest – "request_token" (3) (0.325a94e2.js, line 1) {display_name: "Siva-ios"} "POST" "
https://ivv-srm.kaiserpermanente.org/api/client/v2/conferences/meet.COL_20191029/request_token
" [Log] mediaPermission – false (0.325a94e2.js, line 1) [Log] mediaPermission – false (0.325a94e2.js, line 1) [Log] mediaPermission – false (0.325a94e2.js, line 1) [Log] mediaPermission – false (0.325a94e2.js, line 1) [Log] mediaPermission – false (0.325a94e2.js, line 1) [Error] Failed to load resource: the server responded with a status of 403 (Forbidden) (request_token, line 0) [Log] PexRTC.tokenRequested response – "{\"status\": \"success\", \"result\": {\"version\": {\"pseudo_version\": \"50285.0.0\", \"version_id\": \"22\"}, \"guest_pin\": \"required\", \"pin\"…" (0.325a94e2.js, line 1) [Log] constraints – {audio: true, video: {width: 1280, height: 720}} (0.325a94e2.js, line 1) [Log] appRTC._selfVideoURL – MediaStream {id: "c9ec44ec-5036-4ac3-8164-8f8b32f49862", active: true, onaddtrack: null, …} (0.325a94e2.js, line 1) MediaStream {id: "c9ec44ec-5036-4ac3-8164-8f8b32f49862", active: true, onaddtrack: null, onremovetrack: null, getAudioTracks: function, …}MediaStream [Log] PexRTC.sendRequest – "request_token" (3) (0.325a94e2.js, line 1) {display_name: "Siva-ios"} "POST" "
https://ivv-srm.kaiserpermanente.org/api/client/v2/conferences/meet.COL_20191029/request_token
" [Log] PexRTC.tokenRequested response – "{\"status\": \"success\", \"result\": {\"allow_1080p\": false, \"guests_can_present\": true, \"rtmp_enabled\": true, \"expires\": \"120\"…" (0.325a94e2.js, line 1) [Log] ICE Servers: – {iceServers: []} (0.325a94e2.js, line 1) [Log] PexRTC.sendRequest – "conference_status" – null – "GET" – "
https://ivv-srm.kaiserpermanente.org/api/client/v2/conferences/meet.COL_20191029/conference_status
" (0.325a94e2.js, line 1) [Log] Created offer – "v=0\r↵o=- 6393987762616457760 2 IN IP4 127.0.0.1\r↵s=-\r↵t=0 0\r↵a=group:BUNDLE 0 1\r↵a=msid-semantic: WMS c9ec44ec-5036-4ac3-8164-8f8b32f49862…" (0.325a94e2.js, line 1) [Log] Local description active (0.325a94e2.js, line 1) [Log] Ice Gathering State – "gathering" (0.325a94e2.js, line 1) [Log] Gathered ICE candidate – "candidate:800974396 1 udp 2113937151 192.168.0.30 51738 typ host generation 0 ufrag NYSy network-cost 999" (0.325a94e2.js, line 1) [Log] Ice Gathering State – "gathering" (0.325a94e2.js, line 1) [Log] Gathered ICE candidate – "candidate:1304174212 1 udp 2113939711 2601:205:c001:7760:d84f:b00:5c4d:1dd8 51739 typ host generation 0 ufrag NYSy network-cost 999" (0.325a94e2.js, line 1) [Log] Ice Gathering State – "gathering" (0.325a94e2.js, line 1) [Log] Gathered ICE candidate – "candidate:800974396 1 udp 2113937151 192.168.0.30 49545 typ host generation 0 ufrag NYSy network-cost 999" (0.325a94e2.js, line 1) [Log] Ice Gathering State – "gathering" (0.325a94e2.js, line 1) [Log] Gathered ICE candidate – "candidate:1304174212 1 udp 2113939711 2601:205:c001:7760:d84f:b00:5c4d:1dd8 49546 typ host generation 0 ufrag NYSy network-cost 999" (0.325a94e2.js, line 1) [Log] conference_status (0.325a94e2.js, line 1) [Log] event source open (0.325a94e2.js, line 1) [Log] conference_update – {started: true, guests_muted: false, locked: false} (0.325a94e2.js, line 1) [Log] participant_sync_begin (0.325a94e2.js, line 1) [Log] participant_create – {protocol: "webrtc", is_audio_only_call: "NO", is_presenting: "NO", …} (0.325a94e2.js, line 1) {protocol: "webrtc", is_audio_only_call: "NO", is_presenting: "NO", is_streaming_conference: false, buzz_time: 0, …}Object [Log] participant_create – {protocol: "webrtc", is_audio_only_call: "NO", is_presenting: "NO", …} (0.325a94e2.js, line 1) {protocol: "webrtc", is_audio_only_call: "NO", is_presenting: "NO", is_streaming_conference: false, buzz_time: 0, …}Object [Log] participant_sync_end – {c395b71d-6713-48f5-9461-78258bf09bb6: Object, ca5925e5-6d6a-41c4-a6d5-913f88f5bf44: Object} (0.325a94e2.js, line 1) {c395b71d-6713-48f5-9461-78258bf09bb6: Object, ca5925e5-6d6a-41c4-a6d5-913f88f5bf44: Object}Object [Log] stage – [{stage_index: 0, participant_uuid: "ca5925e5-6d6a-41c4-a6d5-913f88f5bf44", vad: 0}, {stage_index: 1, participant_uuid: "c395b71d-6713-48f5-9461-78258bf09bb6", vad: 0}] (2) (0.325a94e2.js, line 1) [Log] presentation_stop – {status: "stop"} (0.325a94e2.js, line 1) [Log] null (0.325a94e2.js, line 1) [Log] Ice Gathering State – "gathering" (0.325a94e2.js, line 1) [Log] mediaPermission – false (0.325a94e2.js, line 1) [Log] participant_create – {protocol: "api", is_audio_only_call: "NO", is_presenting: "NO", …} (0.325a94e2.js, line 1) {protocol: "api", is_audio_only_call: "NO", is_presenting: "NO", is_streaming_conference: false, buzz_time: 0, …}Object [Log] participant_update – {protocol: "api", is_audio_only_call: "NO", is_presenting: "NO", …} (0.325a94e2.js, line 1) {protocol: "api", is_audio_only_call: "NO", is_presenting: "NO", is_streaming_conference: false, buzz_time: 0, …}Object [Log] participantUUID & mute – "ada4da03-285e-4a08-8bd4-f768499a399f" – false (0.325a94e2.js, line 1) [Log] updateParticipant before sdk getparticipant – {participantCount: 2, participants: Array} (0.325a94e2.js, line 1) {participantCount: 2, participants: Array}Object [Log] mediaPermission – false (0.325a94e2.js, line 1) [Log] mediaPermission – false (0.325a94e2.js, line 1) [Log] mediaPermission – false (0.325a94e2.js, line 1) [Log] mediaPermission – false (0.325a94e2.js, line 1) [Log] conferenceStatusRole – undefined (0.325a94e2.js, line 1) [Log] join retry counter – 1 (0.325a94e2.js, line 1) [Log] mediaPermission – false (0.325a94e2.js, line 1) [Log] mediaPermission – false (0.325a94e2.js, line 1) [Log] mediaPermission – false (0.325a94e2.js, line 1) [Log] mediaPermission – false (0.325a94e2.js, line 1) [Log] mediaPermission – false (0.325a94e2.js, line 1) [Log] mediaPermission – false (0.325a94e2.js, line 1) [Log] mediaPermission – false (0.325a94e2.js, line 1) [Log] mediaPermission – false (0.325a94e2.js, line 1) [Log] join res error : – {errors: Array} (0.325a94e2.js, line 1) {errors: Array}Object [Log] Timed out gathering candidates – "v=0\r↵o=- 6393987762616457760 2 IN IP4 127.0.0.1\r↵s=-\r↵t=0 0\r↵a=group:BUNDLE 0 1\r↵a=msid-semantic: WMS c9ec44ec-5036-4ac3-8164-8f8b32f49862…" (0.325a94e2.js, line 1) [Log] Created offer – "v=0\r↵o=- 6393987762616457760 2 IN IP4 127.0.0.1\r↵s=-\r↵t=0 0\r↵a=group:BUNDLE 0 1\r↵a=msid-semantic: WMS c9ec44ec-5036-4ac3-8164-8f8b32f49862…" (0.325a94e2.js, line 1) [Log] Mutated offer – "v=0\r↵o=- 6393987762616457760 2 IN IP4 127.0.0.1\r↵s=-\r↵t=0 0\r↵a=group:BUNDLE 0 1\r↵a=msid-semantic: WMS c9ec44ec-5036-4ac3-8164-8f8b32f49862…" (0.325a94e2.js, line 1) [Log] PexRTCCall.sendRequest – "calls" (2) (0.325a94e2.js, line 1) {call_type: "WEBRTC", sdp: "v=0\r↵o=- 6393987762616457760 2 IN IP4 127.0.0.1\r↵s…a7-407c-aafc-af30aba90677\r↵a=rtcp-fb:* nack pli\r↵"} "
https://ivv-srm.kaiserpermanente.org/api/client/v2/conferences/meet.COL_20191029/participants/ada4da03-285e-4a08-8bd4-f768499a399f/calls
" [Log] Received answer – {sdp: "v=0\r↵o=- 1572329260 1572329261 IN IP4 127.0.0.1\r↵s…ce-ufrag:Tl1c\r↵a=ice-pwd:w2N86PB8h9BfZqpzwdpqGK\r↵", call_uuid: "5cee3df2-1a72-4a5a-9287-ea52d9ea4ec0"} (0.325a94e2.js, line 1) {sdp: "v=0\r↵o=- 1572329260 1572329261 IN IP4 127.0.0.1\r↵s…ce-ufrag:Tl1c\r↵a=ice-pwd:w2N86PB8h9BfZqpzwdpqGK\r↵", call_uuid: "5cee3df2-1a72-4a5a-9287-ea52d9ea4ec0"}Object [Log] Mutated answer – "v=0\r↵o=- 1572329260 1572329261 IN IP4 127.0.0.1\r↵s=-\r↵c=IN IP4 10.10.147.4\r↵b=AS:1722\r↵t=0 0\r↵m=audio 41132 UDP/TLS/RTP/SAVPF 111 9 0 8 12…" (0.325a94e2.js, line 1) [Log] Stream added – "PgytjdFpj3obW8g9fY9VlOdPOZhBi8Ki" (0.325a94e2.js, line 1, x2) [Log] appRTC._videoURL – MediaStream {id: "PgytjdFpj3obW8g9fY9VlOdPOZhBi8Ki", active: true, onaddtrack: null, …} (0.325a94e2.js, line 1) MediaStream {id: "PgytjdFpj3obW8g9fY9VlOdPOZhBi8Ki", active: true, onaddtrack: null, onremovetrack: null, getAudioTracks: function, …}MediaStream [Log] Browser does not support output device selection. (0.325a94e2.js, line 1) [Log] Remote description active (0.325a94e2.js, line 1) [Log] PexRTCCall.sendRequest – "calls/5cee3df2-1a72-4a5a-9287-ea52d9ea4ec0/ack" – null – "
https://ivv-srm.kaiserpermanente.org/api/client/v2/conferences/meet.COL_20191029/participants/ada4da03-285e-4a08-8bd4-f768499a399f/calls/5ce
…" (0.325a94e2.js, line 1) [Log] appRTC._videoURL – MediaStream {id: "PgytjdFpj3obW8g9fY9VlOdPOZhBi8Ki", active: true, onaddtrack: null, …} (0.325a94e2.js, line 1) MediaStream {id: "PgytjdFpj3obW8g9fY9VlOdPOZhBi8Ki", active: true, onaddtrack: null, onremovetrack: null, getAudioTracks: function, …}MediaStream [Log] Browser does not support output device selection. (0.325a94e2.js, line 1) [Log] participant_update – {protocol: "webrtc", is_audio_only_call: "NO", is_presenting: "NO", …} (0.325a94e2.js, line 1) {protocol: "webrtc", is_audio_only_call: "NO", is_presenting: "NO", is_streaming_conference: false, buzz_time: 0, …}Object [Log] participantUUID & mute – "ada4da03-285e-4a08-8bd4-f768499a399f" – false (0.325a94e2.js, line 1) [Log] updateParticipant before sdk getparticipant – {participantCount: 3, participants: Array} (0.325a94e2.js, line 1) {participantCount: 3, participants: Array}Object [Log] mediaPermission – false (0.325a94e2.js, line 1) [Log] mediaPermission – false (0.325a94e2.js, line 1) [Log] layout – {participants: ["ca5925e5-6d6a-41c4-a6d5-913f88f5bf44", "c395b71d-6713-48f5-9461-78258bf09bb6"], view: "1:7"} (0.325a94e2.js, line 1) [Log] stage – [{stage_index: 0, participant_uuid: "ca5925e5-6d6a-41c4-a6d5-913f88f5bf44", vad: 0}, {stage_index: 1, participant_uuid: "c395b71d-6713-48f5-9461-78258bf09bb6", vad: 0}, {stage_index: 2, participant_uuid: "ada4da03-285e-4a08-8bd4-f768499a399f", vad: 0}] (3) (0.325a94e2.js, line 1) [Log] participant_update – {protocol: "webrtc", is_audio_only_call: "NO", is_presenting: "NO", …} (0.325a94e2.js, line 1) {protocol: "webrtc", is_audio_only_call: "NO", is_presenting: "NO", is_streaming_conference: false, buzz_time: 0, …}Object [Log] participantUUID & mute – "ada4da03-285e-4a08-8bd4-f768499a399f" – false (0.325a94e2.js, line 1) [Log] updateParticipant before sdk getparticipant – {participantCount: 3, participants: Array} (0.325a94e2.js, line 1) {participantCount: 3, participants: Array}Object [Log] mediaPermission – false (0.325a94e2.js, line 1) [Log] mediaPermission – false (0.325a94e2.js, line 1) [Log] layout – {participants: ["ca5925e5-6d6a-41c4-a6d5-913f88f5bf44", "c395b71d-6713-48f5-9461-78258bf09bb6"], view: "1:7"} (0.325a94e2.js, line 1) [Log] mediaPermission – false (0.325a94e2.js, line 1) [Log] mediaPermission – false (0.325a94e2.js, line 1) [Log] mediaPermission – false (0.325a94e2.js, line 1) [Log] mediaPermission – false (0.325a94e2.js, line 1) [Log] mediaPermission – false (0.325a94e2.js, line 1) [Log] participant_update – {protocol: "webrtc", is_audio_only_call: "NO", is_presenting: "NO", …} (0.325a94e2.js, line 1) {protocol: "webrtc", is_audio_only_call: "NO", is_presenting: "NO", is_streaming_conference: false, buzz_time: 0, …}Object [Log] participantUUID & mute – "ada4da03-285e-4a08-8bd4-f768499a399f" – false (0.325a94e2.js, line 1) [Log] updateParticipant before sdk getparticipant – {participantCount: 3, participants: Array} (0.325a94e2.js, line 1) {participantCount: 3, participants: Array}Object [Log] mediaPermission – false (0.325a94e2.js, line 1) [Log] mediaPermission – false (0.325a94e2.js, line 1) [Log] mediaPermission – false (0.325a94e2.js, line 1) [Log] mediaPermission – false (0.325a94e2.js, line 1) [Log] devices – {video: [{id: "D143CD2BF2223C9E52332D34F62C3BCEAB4FA7B2", kind: "video", label: "Front Camera"}, {id: "967E56838B77CC195D71C98EB4B0E3561D323175", kind: "video", label: "Back Camera"}], audio: [{id: "D35A83D5D91B1D3DDCF4AB42A3C83F8496BF3608", kind: "audio", label: "iPhone Microphone"}], output: []} (0.325a94e2.js, line 1) [Log] get cookie – "kpvv_preferred_devices" – undefined (0.325a94e2.js, line 1) [Log] preferedDevices – {} (0.325a94e2.js, line 1) [Log] preferedDeviceID – "D143CD2BF2223C9E52332D34F62C3BCEAB4FA7B2" – "D35A83D5D91B1D3DDCF4AB42A3C83F8496BF3608" – undefined (0.325a94e2.js, line 1) [Log] apppexip:constraints exact – undefined (0.325a94e2.js, line 1) [Log] apppexip:constraints audio exact – undefined (0.325a94e2.js, line 1) [Log] constraints – {audio: {deviceId: {exact: "D35A83D5D91B1D3DDCF4AB42A3C83F8496BF3608"}}, video: {width: 1280, height: 720, deviceId: {exact: "D143CD2BF2223C9E52332D34F62C3BCEAB4FA7B2"}}} (0.325a94e2.js, line 1)
aman.khangura
Comment 7
2019-11-12 14:14:59 PST
IVVR - Bandwidth – 1024 Fa — 0.325a94e2.js:1:308931mediaPermission – false d — 0.325a94e2.js:1:267243devices – {} value — 0.325a94e2.js:1:148170get cookie – "kpvv_preferred_devices" – undefined un — 0.325a94e2.js:1:181798preferedDevices – {} d — 0.325a94e2.js:1:267593preferedDeviceID – undefined – undefined – undefined 0.325a94e2.js:1:154494usermedia constraints – {video: true, audio: true} g — 0.325a94e2.js:1:269565kpvv.constraints – {video: true, audio: true} Fa — 0.325a94e2.js:1:308931mediaPermission – false 0.325a94e2.js:1:425727renewTokenMs – 1200000 Fa — 0.325a94e2.js:1:308931mediaPermission – false 0.325a94e2.js:1:197467PexRTC.sendRequest – "request_token" (3) {display_name: "Siva-ios"} "POST" "
https://ivv-srm.kaiserpermanente.org/api/client/v2/conferences/meet.COL_20191029/request_token
" Fa — 0.325a94e2.js:1:308931mediaPermission – false Fa — 0.325a94e2.js:1:308931mediaPermission – false Fa — 0.325a94e2.js:1:308931mediaPermission – false Fa — 0.325a94e2.js:1:308931mediaPermission – false Fa — 0.325a94e2.js:1:308931mediaPermission – false Fa — 0.325a94e2.js:1:308931mediaPermission – false
https://ivv-srm.kaiserpermanente.org/api/client/v2/conferences/meet.COL_20191029/request_tokenFailed
to load resource: the server responded with a status of 403 (Forbidden) 0.325a94e2.js:1:197467PexRTC.tokenRequested response – "{\"status\": \"success\", \"result\": {\"version\": {\"pseudo_version\": \"50285.0.0\", \"version_id\": \"22\"}, \"guest_pin\": \"required\", \"pin\"…" 0.325a94e2.js:1:197467constraints – {audio: true, video: {width: 1280, height: 720}} 0.325a94e2.js:1:270431appRTC._selfVideoURL – MediaStream {id: "2e338947-1633-46f4-8ff9-18b774dd19f3", active: true, onaddtrack: null, …} 0.325a94e2.js:1:197467PexRTC.sendRequest – "request_token" (3) {display_name: "Siva-ios"} "POST" "
https://ivv-srm.kaiserpermanente.org/api/client/v2/conferences/meet.COL_20191029/request_token
" 0.325a94e2.js:1:197467PexRTC.tokenRequested response – "{\"status\": \"success\", \"result\": {\"allow_1080p\": false, \"guests_can_present\": true, \"rtmp_enabled\": true, \"expires\": \"120\"…" 0.325a94e2.js:1:197467ICE Servers: – {iceServers: []} 0.325a94e2.js:1:197467PexRTC.sendRequest – "conference_status" – null – "GET" – "
https://ivv-srm.kaiserpermanente.org/api/client/v2/conferences/meet.COL_20191029/conference_status
" 0.325a94e2.js:1:197467Created offer – "v=0\r↵o=- 1076301711558695605 2 IN IP4 127.0.0.1\r↵s=-\r↵t=0 0\r↵a=group:BUNDLE 0 1\r↵a=msid-semantic: WMS 2e338947-1633-46f4-8ff9-18b774dd19f3…" 0.325a94e2.js:1:197467Local description active 0.325a94e2.js:1:197467Ice Gathering State – "gathering" 0.325a94e2.js:1:197467Gathered ICE candidate – "candidate:800974396 1 udp 2113937151 192.168.0.30 65034 typ host generation 0 ufrag 61pX network-cost 999" 0.325a94e2.js:1:197467Ice Gathering State – "gathering" 0.325a94e2.js:1:197467Gathered ICE candidate – "candidate:1304174212 1 udp 2113939711 2601:205:c001:7760:d84f:b00:5c4d:1dd8 65035 typ host generation 0 ufrag 61pX network-cost 999" 0.325a94e2.js:1:197467Ice Gathering State – "gathering" 0.325a94e2.js:1:197467Gathered ICE candidate – "candidate:800974396 1 udp 2113937151 192.168.0.30 62568 typ host generation 0 ufrag 61pX network-cost 999" 0.325a94e2.js:1:197467Ice Gathering State – "gathering" 0.325a94e2.js:1:197467Gathered ICE candidate – "candidate:1304174212 1 udp 2113939711 2601:205:c001:7760:d84f:b00:5c4d:1dd8 62569 typ host generation 0 ufrag 61pX network-cost 999" 0.325a94e2.js:1:197467conference_status 0.325a94e2.js:1:197467Ice Gathering State – "gathering" 0.325a94e2.js:1:197467event source open 0.325a94e2.js:1:197467conference_update – {started: true, guests_muted: false, locked: false} 0.325a94e2.js:1:197467participant_sync_begin 0.325a94e2.js:1:197467participant_create – {protocol: "api", is_audio_only_call: "NO", is_presenting: "NO", …} 0.325a94e2.js:1:197467participant_create – {protocol: "webrtc", is_audio_only_call: "NO", is_presenting: "NO", …} 0.325a94e2.js:1:197467participant_sync_end – {c395b71d-6713-48f5-9461-78258bf09bb6: Object, ca5925e5-6d6a-41c4-a6d5-913f88f5bf44: Object} 0.325a94e2.js:1:197467stage – [{stage_index: 0, participant_uuid: "ca5925e5-6d6a-41c4-a6d5-913f88f5bf44", vad: 0}] (1) 0.325a94e2.js:1:197467presentation_stop – {status: "stop"} 0.325a94e2.js:1:313454null Fa — 0.325a94e2.js:1:308931mediaPermission – false 0.325a94e2.js:1:197467participant_update – {protocol: "api", is_audio_only_call: "NO", is_presenting: "NO", …} nn — 0.325a94e2.js:1:179784participantUUID & mute – "c395b71d-6713-48f5-9461-78258bf09bb6" – false nn — 0.325a94e2.js:1:180008updateParticipant before sdk getparticipant – {participantCount: 1, participants: Array} Fa — 0.325a94e2.js:1:308931mediaPermission – false Fa — 0.325a94e2.js:1:308931mediaPermission – false Fa — 0.325a94e2.js:1:308931mediaPermission – false Fa — 0.325a94e2.js:1:308931mediaPermission – false 0.325a94e2.js:1:145672conferenceStatusRole – "CONSULTING_CLINICIAN" n — 0.325a94e2.js:1:145748join retry counter – 1 Fa — 0.325a94e2.js:1:308931mediaPermission – false Fa — 0.325a94e2.js:1:308931mediaPermission – false Fa — 0.325a94e2.js:1:308931mediaPermission – false Fa — 0.325a94e2.js:1:308931mediaPermission – false Fa — 0.325a94e2.js:1:308931mediaPermission – false Fa — 0.325a94e2.js:1:308931mediaPermission – false 0.325a94e2.js:1:197467Timed out gathering candidates – "v=0\r↵o=- 1076301711558695605 2 IN IP4 127.0.0.1\r↵s=-\r↵t=0 0\r↵a=group:BUNDLE 0 1\r↵a=msid-semantic: WMS 2e338947-1633-46f4-8ff9-18b774dd19f3…" 0.325a94e2.js:1:197467Created offer – "v=0\r↵o=- 1076301711558695605 2 IN IP4 127.0.0.1\r↵s=-\r↵t=0 0\r↵a=group:BUNDLE 0 1\r↵a=msid-semantic: WMS 2e338947-1633-46f4-8ff9-18b774dd19f3…" 0.325a94e2.js:1:197467Mutated offer – "v=0\r↵o=- 1076301711558695605 2 IN IP4 127.0.0.1\r↵s=-\r↵t=0 0\r↵a=group:BUNDLE 0 1\r↵a=msid-semantic: WMS 2e338947-1633-46f4-8ff9-18b774dd19f3…" 0.325a94e2.js:1:197467PexRTCCall.sendRequest – "calls" (2) {call_type: "WEBRTC", sdp: "v=0\r↵o=- 1076301711558695605 2 IN IP4 127.0.0.1\r↵s…47-4681-ac13-ec6e9dfbce04\r↵a=rtcp-fb:* nack pli\r↵"} "
https://ivv-srm.kaiserpermanente.org/api/client/v2/conferences/meet.COL_20191029/participants/c395b71d-6713-48f5-9461-78258bf09bb6/calls
" 0.325a94e2.js:1:197467Received answer – {sdp: "v=0\r↵o=- 1572329231 1572329232 IN IP4 127.0.0.1\r↵s…ce-ufrag:iNnT\r↵a=ice-pwd:wfte/aY+49jER3bh+4dSx6\r↵", call_uuid: "746a2fca-442b-4e3d-8cd4-5f61e47bacbd"} 0.325a94e2.js:1:197467Mutated answer – "v=0\r↵o=- 1572329231 1572329232 IN IP4 127.0.0.1\r↵s=-\r↵c=IN IP4 10.10.147.4\r↵b=AS:1722\r↵t=0 0\r↵m=audio 41116 UDP/TLS/RTP/SAVPF 111 9 0 8 12…" 20.325a94e2.js:1:197467Stream added – "YW2ao7BA9qisBLRWqEC1paTTtkmDta47" 0.325a94e2.js:1:270565appRTC._videoURL – MediaStream {id: "YW2ao7BA9qisBLRWqEC1paTTtkmDta47", active: true, onaddtrack: null, …} m — 0.325a94e2.js:1:268749Browser does not support output device selection. 0.325a94e2.js:1:197467Remote description active 0.325a94e2.js:1:197467PexRTCCall.sendRequest – "calls/746a2fca-442b-4e3d-8cd4-5f61e47bacbd/ack" – null – "
https://ivv-srm.kaiserpermanente.org/api/client/v2/conferences/meet.COL_20191029/participants/c395b71d-6713-48f5-9461-78258bf09bb6/calls/746
…" 0.325a94e2.js:1:270565appRTC._videoURL – MediaStream {id: "YW2ao7BA9qisBLRWqEC1paTTtkmDta47", active: true, onaddtrack: null, …} m — 0.325a94e2.js:1:268749Browser does not support output device selection. 0.325a94e2.js:1:197467participant_update – {protocol: "webrtc", is_audio_only_call: "NO", is_presenting: "NO", …} nn — 0.325a94e2.js:1:179784participantUUID & mute – "c395b71d-6713-48f5-9461-78258bf09bb6" – false nn — 0.325a94e2.js:1:180008updateParticipant before sdk getparticipant – {participantCount: 2, participants: Array} Fa — 0.325a94e2.js:1:308931mediaPermission – false Fa — 0.325a94e2.js:1:308931mediaPermission – false 0.325a94e2.js:1:197467layout – {participants: [], view: "1:0"} 0.325a94e2.js:1:197467stage – [{stage_index: 0, participant_uuid: "ca5925e5-6d6a-41c4-a6d5-913f88f5bf44", vad: 0}, {stage_index: 1, participant_uuid: "c395b71d-6713-48f5-9461-78258bf09bb6", vad: 0}] (2) 0.325a94e2.js:1:197467participant_update – {protocol: "webrtc", is_audio_only_call: "NO", is_presenting: "NO", …} nn — 0.325a94e2.js:1:179784participantUUID & mute – "c395b71d-6713-48f5-9461-78258bf09bb6" – false nn — 0.325a94e2.js:1:180008updateParticipant before sdk getparticipant – {participantCount: 2, participants: Array} Fa — 0.325a94e2.js:1:308931mediaPermission – false Fa — 0.325a94e2.js:1:308931mediaPermission – false 0.325a94e2.js:1:197467layout – {participants: ["ca5925e5-6d6a-41c4-a6d5-913f88f5bf44"], view: "1:7"} 0.325a94e2.js:1:197467participant_update – {protocol: "webrtc", is_audio_only_call: "NO", is_presenting: "NO", …} nn — 0.325a94e2.js:1:179784participantUUID & mute – "c395b71d-6713-48f5-9461-78258bf09bb6" – false nn — 0.325a94e2.js:1:180008updateParticipant before sdk getparticipant – {participantCount: 2, participants: Array} Fa — 0.325a94e2.js:1:308931mediaPermission – false Fa — 0.325a94e2.js:1:308931mediaPermission – false Fa — 0.325a94e2.js:1:308931mediaPermission – false Fa — 0.325a94e2.js:1:308931mediaPermission – false Fa — 0.325a94e2.js:1:308931mediaPermission – false Fa — 0.325a94e2.js:1:308931mediaPermission – false Fa — 0.325a94e2.js:1:308931mediaPermission – false Fa — 0.325a94e2.js:1:308931mediaPermission – false 0.325a94e2.js:1:197467PexRTC.sendRequest – "message" (3) {type: "text/plain", payload: "KPCustomMessage:EVENT_MUTE_AUDIO:c395b71d-6713-48f…f09bb6:ca5925e5-6d6a-41c4-a6d5-913f88f5bf44:false"} "POST" "
https://ivv-srm.kaiserpermanente.org/api/client/v2/conferences/meet.COL_20191029/message
" Fa — 0.325a94e2.js:1:308931mediaPermission – false d — 0.325a94e2.js:1:267243devices – {video: [{id: "D143CD2BF2223C9E52332D34F62C3BCEAB4FA7B2", kind: "video", label: "Front Camera"}, {id: "967E56838B77CC195D71C98EB4B0E3561D323175", kind: "video", label: "Back Camera"}], audio: [{id: "D35A83D5D91B1D3DDCF4AB42A3C83F8496BF3608", kind: "audio", label: "iPhone Microphone"}], output: []} value — 0.325a94e2.js:1:148170get cookie – "kpvv_preferred_devices" – undefined un — 0.325a94e2.js:1:181798preferedDevices – {} d — 0.325a94e2.js:1:267593preferedDeviceID – "D143CD2BF2223C9E52332D34F62C3BCEAB4FA7B2" – "D35A83D5D91B1D3DDCF4AB42A3C83F8496BF3608" – undefined d — 0.325a94e2.js:1:267652apppexip:constraints exact – undefined d — 0.325a94e2.js:1:267729apppexip:constraints audio exact – undefined 0.325a94e2.js:1:197467constraints – {audio: {deviceId: {exact: "D35A83D5D91B1D3DDCF4AB42A3C83F8496BF3608"}}, video: {width: 1280, height: 720, deviceId: {exact: "D143CD2BF2223C9E52332D34F62C3BCEAB4FA7B2"}}} 0.325a94e2.js:1:425572IVVR - Bandwidth – 1024 Fa — 0.325a94e2.js:1:308931mediaPermission – false d — 0.325a94e2.js:1:267243devices – {} value — 0.325a94e2.js:1:148170get cookie – "kpvv_preferred_devices" – undefined un — 0.325a94e2.js:1:181798preferedDevices – {} d — 0.325a94e2.js:1:267593preferedDeviceID – undefined – undefined – undefined 0.325a94e2.js:1:154494usermedia constraints – {video: true, audio: true} g — 0.325a94e2.js:1:269565kpvv.constraints – {video: true, audio: true} Fa — 0.325a94e2.js:1:308931mediaPermission – false 0.325a94e2.js:1:425727renewTokenMs – 1200000 Fa — 0.325a94e2.js:1:308931mediaPermission – false 0.325a94e2.js:1:197467PexRTC.sendRequest – "request_token" (3) {display_name: "Siva-ios"} "POST" "
https://ivv-srm.kaiserpermanente.org/api/client/v2/conferences/meet.COL_20191029/request_token
" Fa — 0.325a94e2.js:1:308931mediaPermission – false Fa — 0.325a94e2.js:1:308931mediaPermission – false Fa — 0.325a94e2.js:1:308931mediaPermission – false Fa — 0.325a94e2.js:1:308931mediaPermission – false Fa — 0.325a94e2.js:1:308931mediaPermission – false
https://ivv-srm.kaiserpermanente.org/api/client/v2/conferences/meet.COL_20191029/request_tokenFailed
to load resource: the server responded with a status of 403 (Forbidden) 0.325a94e2.js:1:197467PexRTC.tokenRequested response – "{\"status\": \"success\", \"result\": {\"version\": {\"pseudo_version\": \"50285.0.0\", \"version_id\": \"22\"}, \"guest_pin\": \"required\", \"pin\"…" 0.325a94e2.js:1:197467constraints – {audio: true, video: {width: 1280, height: 720}} 0.325a94e2.js:1:270431appRTC._selfVideoURL – MediaStream {id: "c9ec44ec-5036-4ac3-8164-8f8b32f49862", active: true, onaddtrack: null, …} 0.325a94e2.js:1:197467PexRTC.sendRequest – "request_token" (3) {display_name: "Siva-ios"} "POST" "
https://ivv-srm.kaiserpermanente.org/api/client/v2/conferences/meet.COL_20191029/request_token
" 0.325a94e2.js:1:197467PexRTC.tokenRequested response – "{\"status\": \"success\", \"result\": {\"allow_1080p\": false, \"guests_can_present\": true, \"rtmp_enabled\": true, \"expires\": \"120\"…" 0.325a94e2.js:1:197467ICE Servers: – {iceServers: []} 0.325a94e2.js:1:197467PexRTC.sendRequest – "conference_status" – null – "GET" – "
https://ivv-srm.kaiserpermanente.org/api/client/v2/conferences/meet.COL_20191029/conference_status
" 0.325a94e2.js:1:197467Created offer – "v=0\r↵o=- 6393987762616457760 2 IN IP4 127.0.0.1\r↵s=-\r↵t=0 0\r↵a=group:BUNDLE 0 1\r↵a=msid-semantic: WMS c9ec44ec-5036-4ac3-8164-8f8b32f49862…" 0.325a94e2.js:1:197467Local description active 0.325a94e2.js:1:197467Ice Gathering State – "gathering" 0.325a94e2.js:1:197467Gathered ICE candidate – "candidate:800974396 1 udp 2113937151 192.168.0.30 51738 typ host generation 0 ufrag NYSy network-cost 999" 0.325a94e2.js:1:197467Ice Gathering State – "gathering" 0.325a94e2.js:1:197467Gathered ICE candidate – "candidate:1304174212 1 udp 2113939711 2601:205:c001:7760:d84f:b00:5c4d:1dd8 51739 typ host generation 0 ufrag NYSy network-cost 999" 0.325a94e2.js:1:197467Ice Gathering State – "gathering" 0.325a94e2.js:1:197467Gathered ICE candidate – "candidate:800974396 1 udp 2113937151 192.168.0.30 49545 typ host generation 0 ufrag NYSy network-cost 999" 0.325a94e2.js:1:197467Ice Gathering State – "gathering" 0.325a94e2.js:1:197467Gathered ICE candidate – "candidate:1304174212 1 udp 2113939711 2601:205:c001:7760:d84f:b00:5c4d:1dd8 49546 typ host generation 0 ufrag NYSy network-cost 999" 0.325a94e2.js:1:197467conference_status 0.325a94e2.js:1:197467event source open 0.325a94e2.js:1:197467conference_update – {started: true, guests_muted: false, locked: false} 0.325a94e2.js:1:197467participant_sync_begin 0.325a94e2.js:1:197467participant_create – {protocol: "webrtc", is_audio_only_call: "NO", is_presenting: "NO", …} 0.325a94e2.js:1:197467participant_create – {protocol: "webrtc", is_audio_only_call: "NO", is_presenting: "NO", …} 0.325a94e2.js:1:197467participant_sync_end – {c395b71d-6713-48f5-9461-78258bf09bb6: Object, ca5925e5-6d6a-41c4-a6d5-913f88f5bf44: Object} 0.325a94e2.js:1:197467stage – [{stage_index: 0, participant_uuid: "ca5925e5-6d6a-41c4-a6d5-913f88f5bf44", vad: 0}, {stage_index: 1, participant_uuid: "c395b71d-6713-48f5-9461-78258bf09bb6", vad: 0}] (2) 0.325a94e2.js:1:197467presentation_stop – {status: "stop"} 0.325a94e2.js:1:313454null 0.325a94e2.js:1:197467Ice Gathering State – "gathering" Fa — 0.325a94e2.js:1:308931mediaPermission – false 0.325a94e2.js:1:197467participant_create – {protocol: "api", is_audio_only_call: "NO", is_presenting: "NO", …} 0.325a94e2.js:1:197467participant_update – {protocol: "api", is_audio_only_call: "NO", is_presenting: "NO", …} nn — 0.325a94e2.js:1:179784participantUUID & mute – "ada4da03-285e-4a08-8bd4-f768499a399f" – false nn — 0.325a94e2.js:1:180008updateParticipant before sdk getparticipant – {participantCount: 2, participants: Array} Fa — 0.325a94e2.js:1:308931mediaPermission – false Fa — 0.325a94e2.js:1:308931mediaPermission – false Fa — 0.325a94e2.js:1:308931mediaPermission – false Fa — 0.325a94e2.js:1:308931mediaPermission – false 0.325a94e2.js:1:145672conferenceStatusRole – undefined n — 0.325a94e2.js:1:145748join retry counter – 1 Fa — 0.325a94e2.js:1:308931mediaPermission – false Fa — 0.325a94e2.js:1:308931mediaPermission – false Fa — 0.325a94e2.js:1:308931mediaPermission – false Fa — 0.325a94e2.js:1:308931mediaPermission – false Fa — 0.325a94e2.js:1:308931mediaPermission – false Fa — 0.325a94e2.js:1:308931mediaPermission – false Fa — 0.325a94e2.js:1:308931mediaPermission – false Fa — 0.325a94e2.js:1:308931mediaPermission – false errorReducer — 0.325a94e2.js:1:437323join res error : – {errors: Array} 0.325a94e2.js:1:197467Timed out gathering candidates – "v=0\r↵o=- 6393987762616457760 2 IN IP4 127.0.0.1\r↵s=-\r↵t=0 0\r↵a=group:BUNDLE 0 1\r↵a=msid-semantic: WMS c9ec44ec-5036-4ac3-8164-8f8b32f49862…" 0.325a94e2.js:1:197467Created offer – "v=0\r↵o=- 6393987762616457760 2 IN IP4 127.0.0.1\r↵s=-\r↵t=0 0\r↵a=group:BUNDLE 0 1\r↵a=msid-semantic: WMS c9ec44ec-5036-4ac3-8164-8f8b32f49862…" 0.325a94e2.js:1:197467Mutated offer – "v=0\r↵o=- 6393987762616457760 2 IN IP4 127.0.0.1\r↵s=-\r↵t=0 0\r↵a=group:BUNDLE 0 1\r↵a=msid-semantic: WMS c9ec44ec-5036-4ac3-8164-8f8b32f49862…" 0.325a94e2.js:1:197467PexRTCCall.sendRequest – "calls" (2) {call_type: "WEBRTC", sdp: "v=0\r↵o=- 6393987762616457760 2 IN IP4 127.0.0.1\r↵s…a7-407c-aafc-af30aba90677\r↵a=rtcp-fb:* nack pli\r↵"} "
https://ivv-srm.kaiserpermanente.org/api/client/v2/conferences/meet.COL_20191029/participants/ada4da03-285e-4a08-8bd4-f768499a399f/calls
" 0.325a94e2.js:1:197467Received answer – {sdp: "v=0\r↵o=- 1572329260 1572329261 IN IP4 127.0.0.1\r↵s…ce-ufrag:Tl1c\r↵a=ice-pwd:w2N86PB8h9BfZqpzwdpqGK\r↵", call_uuid: "5cee3df2-1a72-4a5a-9287-ea52d9ea4ec0"} 0.325a94e2.js:1:197467Mutated answer – "v=0\r↵o=- 1572329260 1572329261 IN IP4 127.0.0.1\r↵s=-\r↵c=IN IP4 10.10.147.4\r↵b=AS:1722\r↵t=0 0\r↵m=audio 41132 UDP/TLS/RTP/SAVPF 111 9 0 8 12…" 20.325a94e2.js:1:197467Stream added – "PgytjdFpj3obW8g9fY9VlOdPOZhBi8Ki" 0.325a94e2.js:1:270565appRTC._videoURL – MediaStream {id: "PgytjdFpj3obW8g9fY9VlOdPOZhBi8Ki", active: true, onaddtrack: null, …} m — 0.325a94e2.js:1:268749Browser does not support output device selection. 0.325a94e2.js:1:197467Remote description active 0.325a94e2.js:1:197467PexRTCCall.sendRequest – "calls/5cee3df2-1a72-4a5a-9287-ea52d9ea4ec0/ack" – null – "
https://ivv-srm.kaiserpermanente.org/api/client/v2/conferences/meet.COL_20191029/participants/ada4da03-285e-4a08-8bd4-f768499a399f/calls/5ce
…" 0.325a94e2.js:1:270565appRTC._videoURL – MediaStream {id: "PgytjdFpj3obW8g9fY9VlOdPOZhBi8Ki", active: true, onaddtrack: null, …} m — 0.325a94e2.js:1:268749Browser does not support output device selection. 0.325a94e2.js:1:197467participant_update – {protocol: "webrtc", is_audio_only_call: "NO", is_presenting: "NO", …} nn — 0.325a94e2.js:1:179784participantUUID & mute – "ada4da03-285e-4a08-8bd4-f768499a399f" – false nn — 0.325a94e2.js:1:180008updateParticipant before sdk getparticipant – {participantCount: 3, participants: Array} Fa — 0.325a94e2.js:1:308931mediaPermission – false Fa — 0.325a94e2.js:1:308931mediaPermission – false 0.325a94e2.js:1:197467layout – {participants: ["ca5925e5-6d6a-41c4-a6d5-913f88f5bf44", "c395b71d-6713-48f5-9461-78258bf09bb6"], view: "1:7"} 0.325a94e2.js:1:197467stage – [{stage_index: 0, participant_uuid: "ca5925e5-6d6a-41c4-a6d5-913f88f5bf44", vad: 0}, {stage_index: 1, participant_uuid: "c395b71d-6713-48f5-9461-78258bf09bb6", vad: 0}, {stage_index: 2, participant_uuid: "ada4da03-285e-4a08-8bd4-f768499a399f", vad: 0}] (3) 0.325a94e2.js:1:197467participant_update – {protocol: "webrtc", is_audio_only_call: "NO", is_presenting: "NO", …} nn — 0.325a94e2.js:1:179784participantUUID & mute – "ada4da03-285e-4a08-8bd4-f768499a399f" – false nn — 0.325a94e2.js:1:180008updateParticipant before sdk getparticipant – {participantCount: 3, participants: Array} Fa — 0.325a94e2.js:1:308931mediaPermission – false Fa — 0.325a94e2.js:1:308931mediaPermission – false 0.325a94e2.js:1:197467layout – {participants: ["ca5925e5-6d6a-41c4-a6d5-913f88f5bf44", "c395b71d-6713-48f5-9461-78258bf09bb6"], view: "1:7"} Fa — 0.325a94e2.js:1:308931mediaPermission – false Fa — 0.325a94e2.js:1:308931mediaPermission – false Fa — 0.325a94e2.js:1:308931mediaPermission – false Fa — 0.325a94e2.js:1:308931mediaPermission – false Fa — 0.325a94e2.js:1:308931mediaPermission – false 0.325a94e2.js:1:197467participant_update – {protocol: "webrtc", is_audio_only_call: "NO", is_presenting: "NO", …} nn — 0.325a94e2.js:1:179784participantUUID & mute – "ada4da03-285e-4a08-8bd4-f768499a399f" – false nn — 0.325a94e2.js:1:180008updateParticipant before sdk getparticipant – {participantCount: 3, participants: Array} Fa — 0.325a94e2.js:1:308931mediaPermission – false Fa — 0.325a94e2.js:1:308931mediaPermission – false Fa — 0.325a94e2.js:1:308931mediaPermission – false Fa — 0.325a94e2.js:1:308931mediaPermission – false d — 0.325a94e2.js:1:267243devices – {video: [{id: "D143CD2BF2223C9E52332D34F62C3BCEAB4FA7B2", kind: "video", label: "Front Camera"}, {id: "967E56838B77CC195D71C98EB4B0E3561D323175", kind: "video", label: "Back Camera"}], audio: [{id: "D35A83D5D91B1D3DDCF4AB42A3C83F8496BF3608", kind: "audio", label: "iPhone Microphone"}], output: []} value — 0.325a94e2.js:1:148170get cookie – "kpvv_preferred_devices" – undefined un — 0.325a94e2.js:1:181798preferedDevices – {} d — 0.325a94e2.js:1:267593preferedDeviceID – "D143CD2BF2223C9E52332D34F62C3BCEAB4FA7B2" – "D35A83D5D91B1D3DDCF4AB42A3C83F8496BF3608" – undefined d — 0.325a94e2.js:1:267652apppexip:constraints exact – undefined d — 0.325a94e2.js:1:267729apppexip:constraints audio exact – undefined 0.325a94e2.js:1:197467constraints – {audio: {deviceId: {exact: "D35A83D5D91B1D3DDCF4AB42A3C83F8496BF3608"}}, video: {width: 1280, height: 720, deviceId: {exact: "D143CD2BF2223C9E52332D34F62C3BCEAB4FA7B2"}}} 0.325a94e2.js:1:425572IVVR - Bandwidth – 1024 Fa — 0.325a94e2.js:1:308931mediaPermission – false d — 0.325a94e2.js:1:267243devices – {} value — 0.325a94e2.js:1:148170get cookie – "kpvv_preferred_devices" – undefined un — 0.325a94e2.js:1:181798preferedDevices – {} d — 0.325a94e2.js:1:267593preferedDeviceID – undefined – undefined – undefined 0.325a94e2.js:1:154494usermedia constraints – {video: true, audio: true} g — 0.325a94e2.js:1:269565kpvv.constraints – {video: true, audio: true} Fa — 0.325a94e2.js:1:308931mediaPermission – false 0.325a94e2.js:1:425727renewTokenMs – 1200000 Fa — 0.325a94e2.js:1:308931mediaPermission – false 0.325a94e2.js:1:197467PexRTC.sendRequest – "request_token" (3) {display_name: "Siva-ios"} "POST" "
https://ivv-srm.kaiserpermanente.org/api/client/v2/conferences/meet.COL_20191029/request_token
" Fa — 0.325a94e2.js:1:308931mediaPermission – false Fa — 0.325a94e2.js:1:308931mediaPermission – false Fa — 0.325a94e2.js:1:308931mediaPermission – false Fa — 0.325a94e2.js:1:308931mediaPermission – false
https://ivv-srm.kaiserpermanente.org/api/client/v2/conferences/meet.COL_20191029/request_tokenFailed
to load resource: the server responded with a status of 403 (Forbidden) 0.325a94e2.js:1:197467PexRTC.tokenRequested response – "{\"status\": \"success\", \"result\": {\"version\": {\"pseudo_version\": \"50285.0.0\", \"version_id\": \"22\"}, \"guest_pin\": \"required\", \"pin\"…" 0.325a94e2.js:1:197467constraints – {audio: true, video: {width: 1280, height: 720}} 0.325a94e2.js:1:270431appRTC._selfVideoURL – MediaStream {id: "ce85992b-268e-495f-aab6-592354b60812", active: true, onaddtrack: null, …} 0.325a94e2.js:1:197467PexRTC.sendRequest – "request_token" (3) {display_name: "Siva-ios"} "POST" "
https://ivv-srm.kaiserpermanente.org/api/client/v2/conferences/meet.COL_20191029/request_token
" 0.325a94e2.js:1:197467PexRTC.tokenRequested response – "{\"status\": \"success\", \"result\": {\"allow_1080p\": false, \"guests_can_present\": true, \"rtmp_enabled\": true, \"expires\": \"120\"…" 0.325a94e2.js:1:197467ICE Servers: – {iceServers: []} 0.325a94e2.js:1:197467PexRTC.sendRequest – "conference_status" – null – "GET" – "
https://ivv-srm.kaiserpermanente.org/api/client/v2/conferences/meet.COL_20191029/conference_status
" 0.325a94e2.js:1:197467Created offer – "v=0\r↵o=- 294644382385124014 2 IN IP4 127.0.0.1\r↵s=-\r↵t=0 0\r↵a=group:BUNDLE 0 1\r↵a=msid-semantic: WMS ce85992b-268e-495f-aab6-592354b60812…" 0.325a94e2.js:1:197467Local description active 0.325a94e2.js:1:197467Ice Gathering State – "gathering" 0.325a94e2.js:1:197467Gathered ICE candidate – "candidate:800974396 1 udp 2113937151 192.168.0.30 63376 typ host generation 0 ufrag WBMh network-cost 999" 0.325a94e2.js:1:197467Ice Gathering State – "gathering" 0.325a94e2.js:1:197467Gathered ICE candidate – "candidate:1304174212 1 udp 2113939711 2601:205:c001:7760:d84f:b00:5c4d:1dd8 63377 typ host generation 0 ufrag WBMh network-cost 999" 0.325a94e2.js:1:197467Ice Gathering State – "gathering" 0.325a94e2.js:1:197467Gathered ICE candidate – "candidate:800974396 1 udp 2113937151 192.168.0.30 52041 typ host generation 0 ufrag WBMh network-cost 999" 0.325a94e2.js:1:197467Ice Gathering State – "gathering" 0.325a94e2.js:1:197467Gathered ICE candidate – "candidate:1304174212 1 udp 2113939711 2601:205:c001:7760:d84f:b00:5c4d:1dd8 52042 typ host generation 0 ufrag WBMh network-cost 999" 0.325a94e2.js:1:197467conference_status 0.325a94e2.js:1:197467event source open 0.325a94e2.js:1:197467Ice Gathering State – "gathering" 0.325a94e2.js:1:197467conference_update – {started: false, guests_muted: false, locked: false} 0.325a94e2.js:1:197467participant_sync_begin 0.325a94e2.js:1:197467participant_sync_end – {} 0.325a94e2.js:1:197467stage – [] (0) 0.325a94e2.js:1:197467presentation_stop – {status: "stop"} 0.325a94e2.js:1:313454null Fa — 0.325a94e2.js:1:308931mediaPermission – false 0.325a94e2.js:1:197467participant_create – {protocol: "api", is_audio_only_call: "NO", is_presenting: "NO", …} 0.325a94e2.js:1:197467participant_update – {protocol: "api", is_audio_only_call: "NO", is_presenting: "NO", …} nn — 0.325a94e2.js:1:179784participantUUID & mute – "400e36ff-d38b-4336-8a7e-11e06722a0ff" – false nn — 0.325a94e2.js:1:180008updateParticipant before sdk getparticipant – {participantCount: 0, participants: []} Fa — 0.325a94e2.js:1:308931mediaPermission – false Fa — 0.325a94e2.js:1:308931mediaPermission – false Fa — 0.325a94e2.js:1:308931mediaPermission – false Fa — 0.325a94e2.js:1:308931mediaPermission – false Fa — 0.325a94e2.js:1:308931mediaPermission – false 0.325a94e2.js:1:145672conferenceStatusRole – undefined n — 0.325a94e2.js:1:145748join retry counter – 1 Fa — 0.325a94e2.js:1:308931mediaPermission – false Fa — 0.325a94e2.js:1:308931mediaPermission – false Fa — 0.325a94e2.js:1:308931mediaPermission – false Fa — 0.325a94e2.js:1:308931mediaPermission – false errorReducer — 0.325a94e2.js:1:437323join res error : – {errors: Array} 0.325a94e2.js:1:197467Timed out gathering candidates – "v=0\r↵o=- 294644382385124014 2 IN IP4 127.0.0.1\r↵s=-\r↵t=0 0\r↵a=group:BUNDLE 0 1\r↵a=msid-semantic: WMS ce85992b-268e-495f-aab6-592354b60812…" 0.325a94e2.js:1:197467Created offer – "v=0\r↵o=- 294644382385124014 2 IN IP4 127.0.0.1\r↵s=-\r↵t=0 0\r↵a=group:BUNDLE 0 1\r↵a=msid-semantic: WMS ce85992b-268e-495f-aab6-592354b60812…" 0.325a94e2.js:1:197467Mutated offer – "v=0\r↵o=- 294644382385124014 2 IN IP4 127.0.0.1\r↵s=-\r↵t=0 0\r↵a=group:BUNDLE 0 1\r↵a=msid-semantic: WMS ce85992b-268e-495f-aab6-592354b60812…" 0.325a94e2.js:1:197467PexRTCCall.sendRequest – "calls" (2) {call_type: "WEBRTC", sdp: "v=0\r↵o=- 294644382385124014 2 IN IP4 127.0.0.1\r↵s=…6600 label:02497d30-bc9f-47d6-8ab2-cf3f01c99c6c\r↵"} "
https://ivv-srm.kaiserpermanente.org/api/client/v2/conferences/meet.COL_20191029/participants/400e36ff-d38b-4336-8a7e-11e06722a0ff/calls
" 0.325a94e2.js:1:197467Received answer – {sdp: "v=0\r↵o=- 1572329556 1572329557 IN IP4 127.0.0.1\r↵s…ce-ufrag:Sbvm\r↵a=ice-pwd:l1m+qLgx4gMBwcHdTq9ZKy\r↵", call_uuid: "667e06c1-b15f-4732-896c-bc95ddc95aad"} 0.325a94e2.js:1:197467Mutated answer – "v=0\r↵o=- 1572329556 1572329557 IN IP4 127.0.0.1\r↵s=-\r↵c=IN IP4 10.10.147.4\r↵b=AS:1722\r↵t=0 0\r↵m=video 41148 UDP/TLS/RTP/SAVPF 98 100 12…" 20.325a94e2.js:1:197467Stream added – "22zLN1hvRXfyRoEzJOsWA36bQUTsrPrk" 0.325a94e2.js:1:270565appRTC._videoURL – MediaStream {id: "22zLN1hvRXfyRoEzJOsWA36bQUTsrPrk", active: true, onaddtrack: null, …} m — 0.325a94e2.js:1:268749Browser does not support output device selection. 0.325a94e2.js:1:197467Remote description active 0.325a94e2.js:1:197467PexRTCCall.sendRequest – "calls/667e06c1-b15f-4732-896c-bc95ddc95aad/ack" – null – "
https://ivv-srm.kaiserpermanente.org/api/client/v2/conferences/meet.COL_20191029/participants/400e36ff-d38b-4336-8a7e-11e06722a0ff/calls/667
…" 0.325a94e2.js:1:270565appRTC._videoURL – MediaStream {id: "22zLN1hvRXfyRoEzJOsWA36bQUTsrPrk", active: true, onaddtrack: null, …} m — 0.325a94e2.js:1:268749Browser does not support output device selection. 0.325a94e2.js:1:197467participant_update – {protocol: "webrtc", is_audio_only_call: "NO", is_presenting: "NO", …} nn — 0.325a94e2.js:1:179784participantUUID & mute – "400e36ff-d38b-4336-8a7e-11e06722a0ff" – false nn — 0.325a94e2.js:1:180008updateParticipant before sdk getparticipant – {participantCount: 1, participants: Array} Fa — 0.325a94e2.js:1:308931mediaPermission – false Fa — 0.325a94e2.js:1:308931mediaPermission – false 0.325a94e2.js:1:197467conference_update – {started: true, guests_muted: false, locked: false} 0.325a94e2.js:1:197467layout – {participants: [], view: "1:0"} 0.325a94e2.js:1:197467stage – [{stage_index: 0, participant_uuid: "400e36ff-d38b-4336-8a7e-11e06722a0ff", vad: 0}] (1) 0.325a94e2.js:1:197467participant_update – {protocol: "webrtc", is_audio_only_call: "NO", is_presenting: "NO", …} nn — 0.325a94e2.js:1:179784participantUUID & mute – "400e36ff-d38b-4336-8a7e-11e06722a0ff" – false nn — 0.325a94e2.js:1:180008updateParticipant before sdk getparticipant – {participantCount: 1, participants: Array} Fa — 0.325a94e2.js:1:308931mediaPermission – false Fa — 0.325a94e2.js:1:308931mediaPermission – false 0.325a94e2.js:1:197467layout – {participants: [], view: "1:0"} 0.325a94e2.js:1:197467participant_update – {protocol: "webrtc", is_audio_only_call: "NO", is_presenting: "NO", …} nn — 0.325a94e2.js:1:179784participantUUID & mute – "400e36ff-d38b-4336-8a7e-11e06722a0ff" – false nn — 0.325a94e2.js:1:180008updateParticipant before sdk getparticipant – {participantCount: 1, participants: Array} Fa — 0.325a94e2.js:1:308931mediaPermission – false Fa — 0.325a94e2.js:1:308931mediaPermission – false 0.325a94e2.js:1:197467PexRTC.sendRequest – "message" (3) {type: "text/plain", payload: "KPCustomMessage:EVENT_MUTE_AUDIO:400e36ff-d38b-4336-8a7e-11e06722a0ff:null:false"} "POST" "
https://ivv-srm.kaiserpermanente.org/api/client/v2/conferences/meet.COL_20191029/message
" Fa — 0.325a94e2.js:1:308931mediaPermission – false Fa — 0.325a94e2.js:1:308931mediaPermission – false Fa — 0.325a94e2.js:1:308931mediaPermission – false Fa — 0.325a94e2.js:1:308931mediaPermission – false Fa — 0.325a94e2.js:1:308931mediaPermission – false Fa — 0.325a94e2.js:1:308931mediaPermission – false Fa — 0.325a94e2.js:1:308931mediaPermission – false Fa — 0.325a94e2.js:1:308931mediaPermission – false 0.325a94e2.js:1:197467PexRTC.sendRequest – "refresh_token" – null – "POST" – "
https://ivv-srm.kaiserpermanente.org/api/client/v2/conferences/meet.COL_20191029/refresh_token
" 0.325a94e2.js:1:197467PexRTC.refreshToken response – "{\"status\": \"success\", \"result\": {\"token\": \"6jQDZqoXJ%2BTLv/JjVe4gJKt5p%2BeNsrX1GYVaiMrZ36prCSG6c4fLTcNbzkHmrA9rJ%2BSzFGtTBmGWH2K6PB3HYajc6Z5…" 0.325a94e2.js:1:197467PexRTC.sendRequest – "refresh_token" – null – "POST" – "
https://ivv-srm.kaiserpermanente.org/api/client/v2/conferences/meet.COL_20191029/refresh_token
" 0.325a94e2.js:1:197467PexRTC.refreshToken response – "{\"status\": \"success\", \"result\": {\"token\": \"pfLTypNQ6ig37rHl1pOQdvkWaDpwNG2Teh4IvDeqkg6TG5jfYXJEX91LbdKHZ0XYDd5QdQqw3HrvGrgoXXz%2B8SuS2gyQJD4…" 0.325a94e2.js:1:197467PexRTC.sendRequest – "refresh_token" – null – "POST" – "
https://ivv-srm.kaiserpermanente.org/api/client/v2/conferences/meet.COL_20191029/refresh_token
" 0.325a94e2.js:1:197467PexRTC.refreshToken response – "{\"status\": \"success\", \"result\": {\"token\": \"2JjIyF3tgGXwO5UIKloUJboHwYypDvQaUzdkZ9wLXTxA72VsgC76s3T3L8Cl17FC5vB0/LlAPgxvzMMvJ/8Gpq869UJ/3ip2J…" d — 0.325a94e2.js:1:267243devices – {video: [{id: "D143CD2BF2223C9E52332D34F62C3BCEAB4FA7B2", kind: "video", label: "Front Camera"}, {id: "967E56838B77CC195D71C98EB4B0E3561D323175", kind: "video", label: "Back Camera"}], audio: [{id: "D35A83D5D91B1D3DDCF4AB42A3C83F8496BF3608", kind: "audio", label: "iPhone Microphone"}], output: []} value — 0.325a94e2.js:1:148170get cookie – "kpvv_preferred_devices" – undefined un — 0.325a94e2.js:1:181798preferedDevices – {} d — 0.325a94e2.js:1:267593preferedDeviceID – "D143CD2BF2223C9E52332D34F62C3BCEAB4FA7B2" – "D35A83D5D91B1D3DDCF4AB42A3C83F8496BF3608" – undefined d — 0.325a94e2.js:1:267652apppexip:constraints exact – undefined d — 0.325a94e2.js:1:267729apppexip:constraints audio exact – undefined 0.325a94e2.js:1:197467constraints – {audio: {deviceId: {exact: "D35A83D5D91B1D3DDCF4AB42A3C83F8496BF3608"}}, video: {width: 1280, height: 720, deviceId: {exact: "D143CD2BF2223C9E52332D34F62C3BCEAB4FA7B2"}}} Page navigated at 11:14:58 PM 0.325a94e2.js:1:425572IVVR - Bandwidth – 1024 Fa — 0.325a94e2.js:1:308931mediaPermission – false d — 0.325a94e2.js:1:267243devices – {} value — 0.325a94e2.js:1:148170get cookie – "kpvv_preferred_devices" – undefined un — 0.325a94e2.js:1:181798preferedDevices – {} d — 0.325a94e2.js:1:267593preferedDeviceID – undefined – undefined – undefined 0.325a94e2.js:1:154494usermedia constraints – {video: true, audio: true} g — 0.325a94e2.js:1:269565kpvv.constraints – {video: true, audio: true} Fa — 0.325a94e2.js:1:308931mediaPermission – false 0.325a94e2.js:1:425727renewTokenMs – 1200000 Fa — 0.325a94e2.js:1:308931mediaPermission – false 0.325a94e2.js:1:197467PexRTC.sendRequest – "request_token" (3) {display_name: "Siva-ios"} "POST" "
https://ivv-srm.kaiserpermanente.org/api/client/v2/conferences/meet.COL_20191029/request_token
"
https://ivv-srm.kaiserpermanente.org/api/client/v2/conferences/meet.COL_20191029/request_tokenFailed
to load resource: the server responded with a status of 403 (Forbidden) 0.325a94e2.js:1:197467PexRTC.tokenRequested response – "{\"status\": \"success\", \"result\": {\"version\": {\"pseudo_version\": \"50285.0.0\", \"version_id\": \"22\"}, \"guest_pin\": \"required\", \"pin\"…" 0.325a94e2.js:1:197467constraints – {audio: true, video: {width: 1280, height: 720}} 0.325a94e2.js:1:270431appRTC._selfVideoURL – MediaStream {id: "60c049d2-fb08-458a-b4fd-9091bccba545", active: true, onaddtrack: null, …} 0.325a94e2.js:1:197467PexRTC.sendRequest – "request_token" (3) {display_name: "Siva-ios"} "POST" "
https://ivv-srm.kaiserpermanente.org/api/client/v2/conferences/meet.COL_20191029/request_token
" Fa — 0.325a94e2.js:1:308931mediaPermission – false Fa — 0.325a94e2.js:1:308931mediaPermission – false Fa — 0.325a94e2.js:1:308931mediaPermission – false Fa — 0.325a94e2.js:1:308931mediaPermission – false Fa — 0.325a94e2.js:1:308931mediaPermission – false Fa — 0.325a94e2.js:1:308931mediaPermission – false 0.325a94e2.js:1:197467PexRTC.tokenRequested response – "{\"status\": \"success\", \"result\": {\"allow_1080p\": false, \"guests_can_present\": true, \"rtmp_enabled\": true, \"expires\": \"120\"…" 0.325a94e2.js:1:197467ICE Servers: – {iceServers: []} 0.325a94e2.js:1:197467PexRTC.sendRequest – "conference_status" – null – "GET" – "
https://ivv-srm.kaiserpermanente.org/api/client/v2/conferences/meet.COL_20191029/conference_status
" Fa — 0.325a94e2.js:1:308931mediaPermission – false 0.325a94e2.js:1:197467Created offer – "v=0\r↵o=- 5367961344847850960 2 IN IP4 127.0.0.1\r↵s=-\r↵t=0 0\r↵a=group:BUNDLE 0 1\r↵a=msid-semantic: WMS 60c049d2-fb08-458a-b4fd-9091bccba545…" 0.325a94e2.js:1:197467Local description active 0.325a94e2.js:1:197467Ice Gathering State – "gathering" 0.325a94e2.js:1:197467Gathered ICE candidate – "candidate:800974396 1 udp 2113937151 192.168.0.30 50726 typ host generation 0 ufrag Tey5 network-cost 999" 0.325a94e2.js:1:197467Ice Gathering State – "gathering" 0.325a94e2.js:1:197467Gathered ICE candidate – "candidate:1304174212 1 udp 2113939711 2601:205:c001:7760:d84f:b00:5c4d:1dd8 50727 typ host generation 0 ufrag Tey5 network-cost 999" 0.325a94e2.js:1:197467Ice Gathering State – "gathering" 0.325a94e2.js:1:197467Gathered ICE candidate – "candidate:800974396 1 udp 2113937151 192.168.0.30 49808 typ host generation 0 ufrag Tey5 network-cost 999" 0.325a94e2.js:1:197467Ice Gathering State – "gathering" 0.325a94e2.js:1:197467Gathered ICE candidate – "candidate:1304174212 1 udp 2113939711 2601:205:c001:7760:d84f:b00:5c4d:1dd8 49809 typ host generation 0 ufrag Tey5 network-cost 999" 0.325a94e2.js:1:197467conference_status 0.325a94e2.js:1:197467event source open 0.325a94e2.js:1:197467conference_update – {started: true, guests_muted: false, locked: false} 0.325a94e2.js:1:197467participant_sync_begin 0.325a94e2.js:1:197467participant_create – {protocol: "api", is_audio_only_call: "NO", is_presenting: "NO", …} 0.325a94e2.js:1:197467participant_create – {protocol: "webrtc", is_audio_only_call: "NO", is_presenting: "NO", …} 0.325a94e2.js:1:197467participant_sync_end – {ed2048b4-fbc9-4dfb-a1a9-37a777627891: Object, 400e36ff-d38b-4336-8a7e-11e06722a0ff: Object} 0.325a94e2.js:1:197467Ice Gathering State – "gathering" 0.325a94e2.js:1:197467stage – [{stage_index: 0, participant_uuid: "400e36ff-d38b-4336-8a7e-11e06722a0ff", vad: 0}] (1) 0.325a94e2.js:1:197467presentation_stop – {status: "stop"} 0.325a94e2.js:1:313454null 0.325a94e2.js:1:197467participant_update – {protocol: "api", is_audio_only_call: "NO", is_presenting: "NO", …} nn — 0.325a94e2.js:1:179784participantUUID & mute – "ed2048b4-fbc9-4dfb-a1a9-37a777627891" – false nn — 0.325a94e2.js:1:180008updateParticipant before sdk getparticipant – {participantCount: 1, participants: Array} Fa — 0.325a94e2.js:1:308931mediaPermission – false Fa — 0.325a94e2.js:1:308931mediaPermission – false Fa — 0.325a94e2.js:1:308931mediaPermission – false Fa — 0.325a94e2.js:1:308931mediaPermission – false 0.325a94e2.js:1:145672conferenceStatusRole – "CONSULTING_CLINICIAN" n — 0.325a94e2.js:1:145748join retry counter – 1 Fa — 0.325a94e2.js:1:308931mediaPermission – false Fa — 0.325a94e2.js:1:308931mediaPermission – false Fa — 0.325a94e2.js:1:308931mediaPermission – false Fa — 0.325a94e2.js:1:308931mediaPermission – false Fa — 0.325a94e2.js:1:308931mediaPermission – false Fa — 0.325a94e2.js:1:308931mediaPermission – false 0.325a94e2.js:1:197467Timed out gathering candidates – "v=0\r↵o=- 5367961344847850960 2 IN IP4 127.0.0.1\r↵s=-\r↵t=0 0\r↵a=group:BUNDLE 0 1\r↵a=msid-semantic: WMS 60c049d2-fb08-458a-b4fd-9091bccba545…" 0.325a94e2.js:1:197467Created offer – "v=0\r↵o=- 5367961344847850960 2 IN IP4 127.0.0.1\r↵s=-\r↵t=0 0\r↵a=group:BUNDLE 0 1\r↵a=msid-semantic: WMS 60c049d2-fb08-458a-b4fd-9091bccba545…" 0.325a94e2.js:1:197467Mutated offer – "v=0\r↵o=- 5367961344847850960 2 IN IP4 127.0.0.1\r↵s=-\r↵t=0 0\r↵a=group:BUNDLE 0 1\r↵a=msid-semantic: WMS 60c049d2-fb08-458a-b4fd-9091bccba545…" 0.325a94e2.js:1:197467PexRTCCall.sendRequest – "calls" (2) {call_type: "WEBRTC", sdp: "v=0\r↵o=- 5367961344847850960 2 IN IP4 127.0.0.1\r↵s…5299 label:3ae2aed5-4469-45ce-876a-59a3f4186255\r↵"} "
https://ivv-srm.kaiserpermanente.org/api/client/v2/conferences/meet.COL_20191029/participants/ed2048b4-fbc9-4dfb-a1a9-37a777627891/calls
" 0.325a94e2.js:1:197467Received answer – {sdp: "v=0\r↵o=- 1572329715 1572329716 IN IP4 127.0.0.1\r↵s…ce-ufrag:SB5F\r↵a=ice-pwd:eiyf88sBukJGDGD7iqVn3O\r↵", call_uuid: "b9ddd17a-da58-457f-89a0-ec2002bde55b"} 0.325a94e2.js:1:197467Mutated answer – "v=0\r↵o=- 1572329715 1572329716 IN IP4 127.0.0.1\r↵s=-\r↵c=IN IP4 10.10.147.4\r↵b=AS:1722\r↵t=0 0\r↵m=video 41164 UDP/TLS/RTP/SAVPF 98 100 12…" 20.325a94e2.js:1:197467Stream added – "8HWx4nJPmK1EmYgHaKwylWv8QSK6XiQd" 0.325a94e2.js:1:270565appRTC._videoURL – MediaStream {id: "8HWx4nJPmK1EmYgHaKwylWv8QSK6XiQd", active: true, onaddtrack: null, …} m — 0.325a94e2.js:1:268749Browser does not support output device selection. 0.325a94e2.js:1:197467Remote description active 0.325a94e2.js:1:197467PexRTCCall.sendRequest – "calls/b9ddd17a-da58-457f-89a0-ec2002bde55b/ack" – null – "
https://ivv-srm.kaiserpermanente.org/api/client/v2/conferences/meet.COL_20191029/participants/ed2048b4-fbc9-4dfb-a1a9-37a777627891/calls/b9d
…" 0.325a94e2.js:1:270565appRTC._videoURL – MediaStream {id: "8HWx4nJPmK1EmYgHaKwylWv8QSK6XiQd", active: true, onaddtrack: null, …} m — 0.325a94e2.js:1:268749Browser does not support output device selection. 0.325a94e2.js:1:197467participant_update – {protocol: "webrtc", is_audio_only_call: "NO", is_presenting: "NO", …} nn — 0.325a94e2.js:1:179784participantUUID & mute – "ed2048b4-fbc9-4dfb-a1a9-37a777627891" – false nn — 0.325a94e2.js:1:180008updateParticipant before sdk getparticipant – {participantCount: 2, participants: Array} Fa — 0.325a94e2.js:1:308931mediaPermission – false Fa — 0.325a94e2.js:1:308931mediaPermission – false 0.325a94e2.js:1:197467layout – {participants: [], view: "1:0"} 0.325a94e2.js:1:197467stage – [{stage_index: 0, participant_uuid: "400e36ff-d38b-4336-8a7e-11e06722a0ff", vad: 0}, {stage_index: 1, participant_uuid: "ed2048b4-fbc9-4dfb-a1a9-37a777627891", vad: 0}] (2) 0.325a94e2.js:1:197467participant_update – {protocol: "webrtc", is_audio_only_call: "NO", is_presenting: "NO", …} nn — 0.325a94e2.js:1:179784participantUUID & mute – "ed2048b4-fbc9-4dfb-a1a9-37a777627891" – false nn — 0.325a94e2.js:1:180008updateParticipant before sdk getparticipant – {participantCount: 2, participants: Array} Fa — 0.325a94e2.js:1:308931mediaPermission – false Fa — 0.325a94e2.js:1:308931mediaPermission – false 0.325a94e2.js:1:197467layout – {participants: ["400e36ff-d38b-4336-8a7e-11e06722a0ff"], view: "1:7"} 0.325a94e2.js:1:197467participant_update – {protocol: "webrtc", is_audio_only_call: "NO", is_presenting: "NO", …} nn — 0.325a94e2.js:1:179784participantUUID & mute – "ed2048b4-fbc9-4dfb-a1a9-37a777627891" – false nn — 0.325a94e2.js:1:180008updateParticipant before sdk getparticipant – {participantCount: 2, participants: Array} Fa — 0.325a94e2.js:1:308931mediaPermission – false Fa — 0.325a94e2.js:1:308931mediaPermission – false Fa — 0.325a94e2.js:1:308931mediaPermission – false Fa — 0.325a94e2.js:1:308931mediaPermission – false Fa — 0.325a94e2.js:1:308931mediaPermission – false Fa — 0.325a94e2.js:1:308931mediaPermission – false Fa — 0.325a94e2.js:1:308931mediaPermission – false Fa — 0.325a94e2.js:1:308931mediaPermission – false d — 0.325a94e2.js:1:267243devices – {video: [{id: "D143CD2BF2223C9E52332D34F62C3BCEAB4FA7B2", kind: "video", label: "Front Camera"}, {id: "967E56838B77CC195D71C98EB4B0E3561D323175", kind: "video", label: "Back Camera"}], audio: [{id: "D35A83D5D91B1D3DDCF4AB42A3C83F8496BF3608", kind: "audio", label: "iPhone Microphone"}], output: []} value — 0.325a94e2.js:1:148170get cookie – "kpvv_preferred_devices" – undefined un — 0.325a94e2.js:1:181798preferedDevices – {} d — 0.325a94e2.js:1:267593preferedDeviceID – "D143CD2BF2223C9E52332D34F62C3BCEAB4FA7B2" – "D35A83D5D91B1D3DDCF4AB42A3C83F8496BF3608" – undefined d — 0.325a94e2.js:1:267652apppexip:constraints exact – undefined d — 0.325a94e2.js:1:267729apppexip:constraints audio exact – undefined 0.325a94e2.js:1:197467constraints – {audio: {deviceId: {exact: "D35A83D5D91B1D3DDCF4AB42A3C83F8496BF3608"}}, video: {width: 1280, height: 720, deviceId: {exact: "D143CD2BF2223C9E52332D34F62C3BCEAB4FA7B2"}}} Page navigated at 11:15:33 PM 0.325a94e2.js:12214:85IVVR - Bandwidth – 1024 Fa — 0.325a94e2.js:7654mediaPermission – false d — 0.325a94e2.js:6125devices – {} value — 0.325a94e2.js:3310get cookie – "kpvv_preferred_devices" – undefined un — 0.325a94e2.js:4261preferedDevices – {} d — 0.325a94e2.js:6143preferedDeviceID – undefined – undefined – undefined 0.325a94e2.js:3471usermedia constraints – {video: true, audio: true} g — 0.325a94e2.js:6216kpvv.constraints – {video: true, audio: true} Fa — 0.325a94e2.js:7654mediaPermission – false 0.325a94e2.js:12216renewTokenMs – 1200000 Fa — 0.325a94e2.js:7654mediaPermission – false 0.325a94e2.js:4753PexRTC.sendRequest – "request_token" (3) {display_name: "Siva-ios"} "POST" "
https://ivv-srm.kaiserpermanente.org/api/client/v2/conferences/meet.COL_20191029/request_token
" Fa — 0.325a94e2.js:7654mediaPermission – false Fa — 0.325a94e2.js:7654mediaPermission – false Fa — 0.325a94e2.js:7654mediaPermission – false Fa — 0.325a94e2.js:7654mediaPermission – false Fa — 0.325a94e2.js:7654mediaPermission – false
https://ivv-srm.kaiserpermanente.org/api/client/v2/conferences/meet.COL_20191029/request_tokenFailed
to load resource: the server responded with a status of 403 (Forbidden) 0.325a94e2.js:4753PexRTC.tokenRequested response – "{\"status\": \"success\", \"result\": {\"version\": {\"pseudo_version\": \"50285.0.0\", \"version_id\": \"22\"}, \"guest_pin\": \"required\", \"pin\"…" 0.325a94e2.js:4753constraints – {audio: true, video: {width: 1280, height: 720}} 0.325a94e2.js:6239appRTC._selfVideoURL – MediaStream {id: "f030842f-a72f-4ff3-9ce9-67c098c39eed", active: true, onaddtrack: null, …} 0.325a94e2.js:4753PexRTC.sendRequest – "request_token" (3) {display_name: "Siva-ios"} "POST" "
https://ivv-srm.kaiserpermanente.org/api/client/v2/conferences/meet.COL_20191029/request_token
" 0.325a94e2.js:4753PexRTC.tokenRequested response – "{\"status\": \"success\", \"result\": {\"allow_1080p\": false, \"guests_can_present\": true, \"rtmp_enabled\": true, \"expires\": \"120\"…" 0.325a94e2.js:4753ICE Servers: – {iceServers: []} 0.325a94e2.js:4753PexRTC.sendRequest – "conference_status" – null – "GET" – "
https://ivv-srm.kaiserpermanente.org/api/client/v2/conferences/meet.COL_20191029/conference_status
" 0.325a94e2.js:4753Created offer – "v=0\r↵o=- 2832230660084010923 2 IN IP4 127.0.0.1\r↵s=-\r↵t=0 0\r↵a=group:BUNDLE 0 1\r↵a=msid-semantic: WMS f030842f-a72f-4ff3-9ce9-67c098c39eed…" 0.325a94e2.js:4753Local description active 0.325a94e2.js:4753Ice Gathering State – "gathering" 0.325a94e2.js:4753Gathered ICE candidate – "candidate:800974396 1 udp 2113937151 192.168.0.30 60090 typ host generation 0 ufrag 5BvD network-cost 999" 0.325a94e2.js:4753Ice Gathering State – "gathering" 0.325a94e2.js:4753Gathered ICE candidate – "candidate:1304174212 1 udp 2113939711 2601:205:c001:7760:d84f:b00:5c4d:1dd8 60091 typ host generation 0 ufrag 5BvD network-cost 999" 0.325a94e2.js:4753Ice Gathering State – "gathering" 0.325a94e2.js:4753Gathered ICE candidate – "candidate:800974396 1 udp 2113937151 192.168.0.30 49798 typ host generation 0 ufrag 5BvD network-cost 999" 0.325a94e2.js:4753Ice Gathering State – "gathering" 0.325a94e2.js:4753Gathered ICE candidate – "candidate:1304174212 1 udp 2113939711 2601:205:c001:7760:d84f:b00:5c4d:1dd8 49799 typ host generation 0 ufrag 5BvD network-cost 999" 0.325a94e2.js:4753Ice Gathering State – "gathering" 0.325a94e2.js:4753conference_status 0.325a94e2.js:4753event source open 0.325a94e2.js:4753conference_update – {started: true, guests_muted: false, locked: false} 0.325a94e2.js:4753participant_sync_begin 0.325a94e2.js:4753participant_create – {protocol: "webrtc", is_audio_only_call: "NO", is_presenting: "NO", …} 0.325a94e2.js:4753participant_create – {protocol: "webrtc", is_audio_only_call: "NO", is_presenting: "NO", …} 0.325a94e2.js:4753participant_create – {protocol: "api", is_audio_only_call: "NO", is_presenting: "NO", …} 0.325a94e2.js:4753participant_sync_end – {ed2048b4-fbc9-4dfb-a1a9-37a777627891: Object, 400e36ff-d38b-4336-8a7e-11e06722a0ff: Object, b626bcdc-37ab-47e8-a7be-01c1cdd15c33: Object} 0.325a94e2.js:4753stage – [{stage_index: 0, participant_uuid: "400e36ff-d38b-4336-8a7e-11e06722a0ff", vad: 0}, {stage_index: 1, participant_uuid: "ed2048b4-fbc9-4dfb-a1a9-37a777627891", vad: 0}] (2) 0.325a94e2.js:4753presentation_stop – {status: "stop"} 0.325a94e2.js:7813null Fa — 0.325a94e2.js:7654mediaPermission – false 0.325a94e2.js:4753participant_update – {protocol: "api", is_audio_only_call: "NO", is_presenting: "NO", …} nn — 0.325a94e2.js:4182participantUUID & mute – "b626bcdc-37ab-47e8-a7be-01c1cdd15c33" – false nn — 0.325a94e2.js:4190updateParticipant before sdk getparticipant – {participantCount: 2, participants: Array} Fa — 0.325a94e2.js:7654mediaPermission – false Fa — 0.325a94e2.js:7654mediaPermission – false Fa — 0.325a94e2.js:7654mediaPermission – false Fa — 0.325a94e2.js:7654mediaPermission – false 0.325a94e2.js:3196conferenceStatusRole – undefined n — 0.325a94e2.js:3198join retry counter – 1 Fa — 0.325a94e2.js:7654mediaPermission – false Fa — 0.325a94e2.js:7654mediaPermission – false Fa — 0.325a94e2.js:7654mediaPermission – false Fa — 0.325a94e2.js:7654mediaPermission – false Fa — 0.325a94e2.js:7654mediaPermission – false Fa — 0.325a94e2.js:7654mediaPermission – false Fa — 0.325a94e2.js:7654mediaPermission – false Fa — 0.325a94e2.js:7654mediaPermission – false errorReducer — 0.325a94e2.js:12824join res error : – {errors: Array} 0.325a94e2.js:4753Timed out gathering candidates – "v=0\r↵o=- 2832230660084010923 2 IN IP4 127.0.0.1\r↵s=-\r↵t=0 0\r↵a=group:BUNDLE 0 1\r↵a=msid-semantic: WMS f030842f-a72f-4ff3-9ce9-67c098c39eed…" 0.325a94e2.js:4753Created offer – "v=0\r↵o=- 2832230660084010923 2 IN IP4 127.0.0.1\r↵s=-\r↵t=0 0\r↵a=group:BUNDLE 0 1\r↵a=msid-semantic: WMS f030842f-a72f-4ff3-9ce9-67c098c39eed…" 0.325a94e2.js:4753Mutated offer – "v=0\r↵o=- 2832230660084010923 2 IN IP4 127.0.0.1\r↵s=-\r↵t=0 0\r↵a=group:BUNDLE 0 1\r↵a=msid-semantic: WMS f030842f-a72f-4ff3-9ce9-67c098c39eed…" 0.325a94e2.js:4753PexRTCCall.sendRequest – "calls" (2) {call_type: "WEBRTC", sdp: "v=0\r↵o=- 2832230660084010923 2 IN IP4 127.0.0.1\r↵s…4274 label:e8700a90-e22e-4ea7-90bd-f3d856fd32a3\r↵"} "
https://ivv-srm.kaiserpermanente.org/api/client/v2/conferences/meet.COL_20191029/participants/b626bcdc-37ab-47e8-a7be-01c1cdd15c33/calls
" 0.325a94e2.js:4753participant_update – {protocol: "api", is_audio_only_call: "NO", is_presenting: "NO", …} nn — 0.325a94e2.js:4182participantUUID & mute – "b626bcdc-37ab-47e8-a7be-01c1cdd15c33" – false nn — 0.325a94e2.js:4190updateParticipant before sdk getparticipant – {participantCount: 3, participants: Array} Fa — 0.325a94e2.js:7654mediaPermission – false Fa — 0.325a94e2.js:7654mediaPermission – false 0.325a94e2.js:4753Received answer – {sdp: "v=0\r↵o=- 1572329750 1572329751 IN IP4 127.0.0.1\r↵s…ce-ufrag:4ppN\r↵a=ice-pwd:lRvlLGC0tfuWYyf5MAJBCD\r↵", call_uuid: "8379ccd1-ffa3-47bf-b654-d738622731be"} 0.325a94e2.js:4753Mutated answer – "v=0\r↵o=- 1572329750 1572329751 IN IP4 127.0.0.1\r↵s=-\r↵c=IN IP4 10.10.147.4\r↵b=AS:1722\r↵t=0 0\r↵m=video 41180 UDP/TLS/RTP/SAVPF 98 100 12…" 20.325a94e2.js:4753Stream added – "TnZGTdKHLqh58eMFMAgMY9OZ31fF3ahv" 0.325a94e2.js:6241appRTC._videoURL – MediaStream {id: "TnZGTdKHLqh58eMFMAgMY9OZ31fF3ahv", active: true, onaddtrack: null, …} m — 0.325a94e2.js:6173Browser does not support output device selection. 0.325a94e2.js:4753Remote description active 0.325a94e2.js:4753PexRTCCall.sendRequest – "calls/8379ccd1-ffa3-47bf-b654-d738622731be/ack" – null – "
https://ivv-srm.kaiserpermanente.org/api/client/v2/conferences/meet.COL_20191029/participants/b626bcdc-37ab-47e8-a7be-01c1cdd15c33/calls/837
…" 0.325a94e2.js:6241appRTC._videoURL – MediaStream {id: "TnZGTdKHLqh58eMFMAgMY9OZ31fF3ahv", active: true, onaddtrack: null, …} m — 0.325a94e2.js:6173Browser does not support output device selection. 0.325a94e2.js:4753participant_update – {protocol: "webrtc", is_audio_only_call: "NO", is_presenting: "NO", …} nn — 0.325a94e2.js:4182participantUUID & mute – "b626bcdc-37ab-47e8-a7be-01c1cdd15c33" – false nn — 0.325a94e2.js:4190updateParticipant before sdk getparticipant – {participantCount: 3, participants: Array} Fa — 0.325a94e2.js:7654mediaPermission – false Fa — 0.325a94e2.js:7654mediaPermission – false 0.325a94e2.js:4753layout – {participants: ["400e36ff-d38b-4336-8a7e-11e06722a0ff", "ed2048b4-fbc9-4dfb-a1a9-37a777627891"], view: "1:7"} 0.325a94e2.js:4753stage – [{stage_index: 0, participant_uuid: "400e36ff-d38b-4336-8a7e-11e06722a0ff", vad: 0}, {stage_index: 1, participant_uuid: "ed2048b4-fbc9-4dfb-a1a9-37a777627891", vad: 0}, {stage_index: 2, participant_uuid: "b626bcdc-37ab-47e8-a7be-01c1cdd15c33", vad: 0}] (3) 0.325a94e2.js:4753participant_update – {protocol: "webrtc", is_audio_only_call: "NO", is_presenting: "NO", …} nn — 0.325a94e2.js:4182participantUUID & mute – "b626bcdc-37ab-47e8-a7be-01c1cdd15c33" – false nn — 0.325a94e2.js:4190updateParticipant before sdk getparticipant – {participantCount: 3, participants: Array} Fa — 0.325a94e2.js:7654mediaPermission – false Fa — 0.325a94e2.js:7654mediaPermission – false 0.325a94e2.js:4753layout – {participants: ["400e36ff-d38b-4336-8a7e-11e06722a0ff", "ed2048b4-fbc9-4dfb-a1a9-37a777627891"], view: "1:7"} Fa — 0.325a94e2.js:7654mediaPermission – false Fa — 0.325a94e2.js:7654mediaPermission – false Fa — 0.325a94e2.js:7654mediaPermission – false Fa — 0.325a94e2.js:7654mediaPermission – false Fa — 0.325a94e2.js:7654mediaPermission – false Fa — 0.325a94e2.js:7654mediaPermission – false Fa — 0.325a94e2.js:7654mediaPermission – false 0.325a94e2.js:4753participant_update – {protocol: "webrtc", is_audio_only_call: "NO", is_presenting: "NO", …} nn — 0.325a94e2.js:4182participantUUID & mute – "b626bcdc-37ab-47e8-a7be-01c1cdd15c33" – false nn — 0.325a94e2.js:4190updateParticipant before sdk getparticipant – {participantCount: 3, participants: Array} Fa — 0.325a94e2.js:7654mediaPermission – false Fa — 0.325a94e2.js:7654mediaPermission – false Fa — 0.325a94e2.js:7654mediaPermission – false Fa — 0.325a94e2.js:7654mediaPermission – false 0.325a94e2.js:4753layout – {participants: ["400e36ff-d38b-4336-8a7e-11e06722a0ff", "ed2048b4-fbc9-4dfb-a1a9-37a777627891"], view: "1:7"} 0.325a94e2.js:4753stage – [{stage_index: 0, participant_uuid: "b626bcdc-37ab-47e8-a7be-01c1cdd15c33", vad: 100}, {stage_index: 1, participant_uuid: "400e36ff-d38b-4336-8a7e-11e06722a0ff", vad: 0}, {stage_index: 2, participant_uuid: "ed2048b4-fbc9-4dfb-a1a9-37a777627891", vad: 0}] (3) 0.325a94e2.js:4753layout – {participants: ["400e36ff-d38b-4336-8a7e-11e06722a0ff", "ed2048b4-fbc9-4dfb-a1a9-37a777627891"], view: "1:7"} 0.325a94e2.js:4753stage – [{stage_index: 0, participant_uuid: "b626bcdc-37ab-47e8-a7be-01c1cdd15c33", vad: 0}, {stage_index: 1, participant_uuid: "400e36ff-d38b-4336-8a7e-11e06722a0ff", vad: 0}, {stage_index: 2, participant_uuid: "ed2048b4-fbc9-4dfb-a1a9-37a777627891", vad: 0}] (3) 0.325a94e2.js:4753layout – {participants: ["400e36ff-d38b-4336-8a7e-11e06722a0ff", "ed2048b4-fbc9-4dfb-a1a9-37a777627891"], view: "1:7"} 0.325a94e2.js:4753stage – [{stage_index: 0, participant_uuid: "b626bcdc-37ab-47e8-a7be-01c1cdd15c33", vad: 100}, {stage_index: 1, participant_uuid: "400e36ff-d38b-4336-8a7e-11e06722a0ff", vad: 0}, {stage_index: 2, participant_uuid: "ed2048b4-fbc9-4dfb-a1a9-37a777627891", vad: 0}] (3) 0.325a94e2.js:4753layout – {participants: ["400e36ff-d38b-4336-8a7e-11e06722a0ff", "ed2048b4-fbc9-4dfb-a1a9-37a777627891"], view: "1:7"} 0.325a94e2.js:4753stage – [{stage_index: 0, participant_uuid: "b626bcdc-37ab-47e8-a7be-01c1cdd15c33", vad: 0}, {stage_index: 1, participant_uuid: "400e36ff-d38b-4336-8a7e-11e06722a0ff", vad: 0}, {stage_index: 2, participant_uuid: "ed2048b4-fbc9-4dfb-a1a9-37a777627891", vad: 0}] (3) 0.325a94e2.js:4753layout – {participants: ["400e36ff-d38b-4336-8a7e-11e06722a0ff", "ed2048b4-fbc9-4dfb-a1a9-37a777627891"], view: "1:7"} 0.325a94e2.js:4753stage – [{stage_index: 0, participant_uuid: "b626bcdc-37ab-47e8-a7be-01c1cdd15c33", vad: 100}, {stage_index: 1, participant_uuid: "400e36ff-d38b-4336-8a7e-11e06722a0ff", vad: 0}, {stage_index: 2, participant_uuid: "ed2048b4-fbc9-4dfb-a1a9-37a777627891", vad: 0}] (3) 0.325a94e2.js:4753PexRTC.sendRequest – "refresh_token" – null – "POST" – "
https://ivv-srm.kaiserpermanente.org/api/client/v2/conferences/meet.COL_20191029/refresh_token
" 0.325a94e2.js:4753PexRTC.refreshToken response – "{\"status\": \"success\", \"result\": {\"token\": \"pNdGdJDatdP2D0uwu2R95mOzNKsgRBJRDKJluOnB9Ts9WgGUa3TBWX2RNI/uUqo90Gi9%2BISQ8SXcmbd53Sjz876uXapddFO…" 0.325a94e2.js:4753layout – {participants: ["400e36ff-d38b-4336-8a7e-11e06722a0ff", "ed2048b4-fbc9-4dfb-a1a9-37a777627891"], view: "1:7"} 0.325a94e2.js:4753stage – [{stage_index: 0, participant_uuid: "b626bcdc-37ab-47e8-a7be-01c1cdd15c33", vad: 0}, {stage_index: 1, participant_uuid: "400e36ff-d38b-4336-8a7e-11e06722a0ff", vad: 0}, {stage_index: 2, participant_uuid: "ed2048b4-fbc9-4dfb-a1a9-37a777627891", vad: 0}] (3) 0.325a94e2.js:4753participant_delete – {uuid: "400e36ff-d38b-4336-8a7e-11e06722a0ff"} ze — 0.325a94e2.js:3265participantLeft – "Siva-ios" Fa — 0.325a94e2.js:7654mediaPermission – false 0.325a94e2.js:4753layout – {participants: ["ed2048b4-fbc9-4dfb-a1a9-37a777627891"], view: "1:7"} 0.325a94e2.js:4753stage – [{stage_index: 0, participant_uuid: "b626bcdc-37ab-47e8-a7be-01c1cdd15c33", vad: 0}, {stage_index: 1, participant_uuid: "ed2048b4-fbc9-4dfb-a1a9-37a777627891", vad: 0}] (2) 0.325a94e2.js:4753layout – {participants: ["ed2048b4-fbc9-4dfb-a1a9-37a777627891"], view: "1:7"} 0.325a94e2.js:4753stage – [{stage_index: 0, participant_uuid: "b626bcdc-37ab-47e8-a7be-01c1cdd15c33", vad: 100}, {stage_index: 1, participant_uuid: "ed2048b4-fbc9-4dfb-a1a9-37a777627891", vad: 0}] (2) Fa — 0.325a94e2.js:7654mediaPermission – false Fa — 0.325a94e2.js:7654mediaPermission – false ze — 0.325a94e2.js:3265participantLeft – null Fa — 0.325a94e2.js:7654mediaPermission – false 0.325a94e2.js:4753layout – {participants: ["ed2048b4-fbc9-4dfb-a1a9-37a777627891"], view: "1:7"} 0.325a94e2.js:4753stage – [{stage_index: 0, participant_uuid: "b626bcdc-37ab-47e8-a7be-01c1cdd15c33", vad: 0}, {stage_index: 1, participant_uuid: "ed2048b4-fbc9-4dfb-a1a9-37a777627891", vad: 0}] (2) 0.325a94e2.js:4753PexRTC.sendRequest – "refresh_token" – null – "POST" – "
https://ivv-srm.kaiserpermanente.org/api/client/v2/conferences/meet.COL_20191029/refresh_token
" 0.325a94e2.js:4753PexRTC.refreshToken response – "{\"status\": \"success\", \"result\": {\"token\": \"AGRk0Zw4dGeA05bC5NO1G6FNqipKPe4zDmPYFdlgzb6vNNMFLfDnmbnkv92GsKvhq6P58r%2B4q/vt62NPHI1F2dghQuW/hmU…" 0.325a94e2.js:4753participant_delete – {uuid: "ed2048b4-fbc9-4dfb-a1a9-37a777627891"} ze — 0.325a94e2.js:3265participantLeft – "Siva-ios" Fa — 0.325a94e2.js:7654mediaPermission – false 0.325a94e2.js:4753layout – {participants: [], view: "1:0"} 0.325a94e2.js:4753stage – [{stage_index: 0, participant_uuid: "b626bcdc-37ab-47e8-a7be-01c1cdd15c33", vad: 0}] (1) ze — 0.325a94e2.js:3265participantLeft – null Fa — 0.325a94e2.js:7654mediaPermission – false Fa — 0.325a94e2.js:7654mediaPermission – false Fa — 0.325a94e2.js:7654mediaPermission – false Fa — 0.325a94e2.js:7654mediaPermission – false 0.325a94e2.js:4753participant_update – {protocol: "webrtc", is_audio_only_call: "NO", is_presenting: "NO", …} nn — 0.325a94e2.js:4182participantUUID & mute – "b626bcdc-37ab-47e8-a7be-01c1cdd15c33" – false nn — 0.325a94e2.js:4190updateParticipant before sdk getparticipant – {participantCount: 1, participants: Array} Fa — 0.325a94e2.js:7654mediaPermission – false Fa — 0.325a94e2.js:7654mediaPermission – false Fa — 0.325a94e2.js:7654mediaPermission – false Fa — 0.325a94e2.js:7654mediaPermission – false 0.325a94e2.js:4753PexRTC.sendRequest – "refresh_token" – null – "POST" – "
https://ivv-srm.kaiserpermanente.org/api/client/v2/conferences/meet.COL_20191029/refresh_token
" 0.325a94e2.js:4753PexRTC.refreshToken response – "{\"status\": \"success\", \"result\": {\"token\": \"o1hvPbSgKASXQuyJB3ZCtF1v0UiugMXC8YIgRH%2BHy2jbLEPF0vR936DkpMgTfodehIZAEhpgtK%2BXZmZN4iTo3is4/A8Q5…" 0.325a94e2.js:4753PexRTC.sendRequest – "refresh_token" – null – "POST" – "
https://ivv-srm.kaiserpermanente.org/api/client/v2/conferences/meet.COL_20191029/refresh_token
" 0.325a94e2.js:4753PexRTC.refreshToken response – "{\"status\": \"success\", \"result\": {\"token\": \"6B%2BgtnTJWqFXdPTMU7%2BTuZ/XX6NiQ366MUFOecAmRlB8f6F0bFoBIji8kisALGm24hjBPMG1XU8/%2BzTVg5Ds3CvGRID…" 0.325a94e2.js:4753participant_update – {protocol: "webrtc", is_audio_only_call: "NO", is_presenting: "NO", …} nn — 0.325a94e2.js:4182participantUUID & mute – "b626bcdc-37ab-47e8-a7be-01c1cdd15c33" – false nn — 0.325a94e2.js:4190updateParticipant before sdk getparticipant – {participantCount: 1, participants: Array} Fa — 0.325a94e2.js:7654mediaPermission – false Fa — 0.325a94e2.js:7654mediaPermission – false Fa — 0.325a94e2.js:7654mediaPermission – false Fa — 0.325a94e2.js:7654mediaPermission – false 0.325a94e2.js:4753PexRTC.sendRequest – "refresh_token" – null – "POST" – "
https://ivv-srm.kaiserpermanente.org/api/client/v2/conferences/meet.COL_20191029/refresh_token
" 0.325a94e2.js:4753PexRTC.refreshToken response – "{\"status\": \"success\", \"result\": {\"token\": \"0OtH7n8H61wjOBKP/pXCBw7/ugL5FwMQlq6ZEZYHfj5HzCYM/UTc0zyQK/gsS1ufq4/%2BMiOZBfhnQQ/oDZ2zjL8u8oUPP1U…" 0.325a94e2.js:4753PexRTC.sendRequest – "refresh_token" – null – "POST" – "
https://ivv-srm.kaiserpermanente.org/api/client/v2/conferences/meet.COL_20191029/refresh_token
" 0.325a94e2.js:4753PexRTC.refreshToken response – "{\"status\": \"success\", \"result\": {\"token\": \"uIBOf9ZKfNgyLygku5VuvlXvAbXr5MsRH31Vfv1Y4lpnnb0HR1tJhbxTZBgPyCmmm1Tz0jP2BqjayWw1KyHdtNKh4JTf3hG/M…" 0.325a94e2.js:4753PexRTC.sendRequest – "refresh_token" – null – "POST" – "
https://ivv-srm.kaiserpermanente.org/api/client/v2/conferences/meet.COL_20191029/refresh_token
" 0.325a94e2.js:4753PexRTC.refreshToken response – "{\"status\": \"success\", \"result\": {\"token\": \"21CrlmLAK3mLDk/1lLEdEpW/cfLfuFAjz5B7PsiEMzBUQcYoLAauE4bRJwjpdJuMlJRX0iJIN/UlO/ElU/JZ8CSBn7Ofc7iL3…" 0.325a94e2.js:4753PexRTC.sendRequest – "refresh_token" – null – "POST" – "
https://ivv-srm.kaiserpermanente.org/api/client/v2/conferences/meet.COL_20191029/refresh_token
" 0.325a94e2.js:4753PexRTC.refreshToken response – "{\"status\": \"success\", \"result\": {\"token\": \"jY3o%2BNBplVmd61X3nTcQ2qoqIKso5Y%2BzkJduSUoo4%2B4H%2BZPw0fu/h0QmHRMtPgEcuJcGSpyMYpgW2RkivPXjn4Vo1…" 0.325a94e2.js:4753layout – {participants: [], view: "1:0"} 0.325a94e2.js:4753stage – [{stage_index: 0, participant_uuid: "b626bcdc-37ab-47e8-a7be-01c1cdd15c33", vad: 100}] (1) 0.325a94e2.js:4753PexRTC.sendRequest – "refresh_token" – null – "POST" – "
https://ivv-srm.kaiserpermanente.org/api/client/v2/conferences/meet.COL_20191029/refresh_token
" 0.325a94e2.js:4753PexRTC.refreshToken response – "{\"status\": \"success\", \"result\": {\"token\": \"a4cWz96y5GJSSjzUfOUCZYLg8XiMSF9%2BPf4GU%2BfbLveZSfoimimHlXf0DwAkb34JzKOBNbQTAkjkpEqwp1BDM%2BK34vt…" 0.325a94e2.js:4753layout – {participants: [], view: "1:0"} 0.325a94e2.js:4753stage – [{stage_index: 0, participant_uuid: "b626bcdc-37ab-47e8-a7be-01c1cdd15c33", vad: 0}] (1) 0.325a94e2.js:4753layout – {participants: [], view: "1:0"} 0.325a94e2.js:4753stage – [{stage_index: 0, participant_uuid: "b626bcdc-37ab-47e8-a7be-01c1cdd15c33", vad: 100}] (1) 0.325a94e2.js:4753layout – {participants: [], view: "1:0"} 0.325a94e2.js:4753stage – [{stage_index: 0, participant_uuid: "b626bcdc-37ab-47e8-a7be-01c1cdd15c33", vad: 0}] (1) 0.325a94e2.js:4753PexRTC.sendRequest – "refresh_token" – null – "POST" – "
https://ivv-srm.kaiserpermanente.org/api/client/v2/conferences/meet.COL_20191029/refresh_token
" 0.325a94e2.js:4753PexRTC.refreshToken response – "{\"status\": \"success\", \"result\": {\"token\": \"DPzIGUBMTQ3pUQrvcEJEcqEGuSBkiOx6G10Cmu1VAefWC%2BecmKP5hEQHe4kLNNju8YM6Jy7XmO9LebEfzJWuexKE/SD/G5s…" 0.325a94e2.js:4753PexRTC.sendRequest – "refresh_token" – null – "POST" – "
https://ivv-srm.kaiserpermanente.org/api/client/v2/conferences/meet.COL_20191029/refresh_token
" 0.325a94e2.js:4753PexRTC.refreshToken response – "{\"status\": \"success\", \"result\": {\"token\": \"F/U2m1bJEB0A7P1fC/7omPCvfLAKLuGwCxUhcq8ukKdD1xlp9U4fBW5E2tn0MCIv93RiUS9L%2B%2B1SrLPCdX2vufwPGlAIZ…" 0.325a94e2.js:4753PexRTC.sendRequest – "refresh_token" – null – "POST" – "
https://ivv-srm.kaiserpermanente.org/api/client/v2/conferences/meet.COL_20191029/refresh_token
" 0.325a94e2.js:4753PexRTC.refreshToken response – "{\"status\": \"success\", \"result\": {\"token\": \"Ce1YTzC3wj%2B25nGAUEfRl9Jmqp6dqo8oKKs9yQ2VUjgWJptzbMhcNGcBupkALV7bh5NEtvWKaLSuvzCIHeiFQDlARyqJ/cZ…" 0.325a94e2.js:4753layout – {participants: [], view: "1:0"} 0.325a94e2.js:4753stage – [{stage_index: 0, participant_uuid: "b626bcdc-37ab-47e8-a7be-01c1cdd15c33", vad: 100}] (1) 0.325a94e2.js:4753layout – {participants: [], view: "1:0"} 0.325a94e2.js:4753stage – [{stage_index: 0, participant_uuid: "b626bcdc-37ab-47e8-a7be-01c1cdd15c33", vad: 0}] (1) 0.325a94e2.js:4753layout – {participants: [], view: "1:0"} 0.325a94e2.js:4753stage – [{stage_index: 0, participant_uuid: "b626bcdc-37ab-47e8-a7be-01c1cdd15c33", vad: 100}] (1) 0.325a94e2.js:4753PexRTC.sendRequest – "refresh_token" – null – "POST" – "
https://ivv-srm.kaiserpermanente.org/api/client/v2/conferences/meet.COL_20191029/refresh_token
" 0.325a94e2.js:4753PexRTC.refreshToken response – "{\"status\": \"success\", \"result\": {\"token\": \"aHDisbPShWCnKgav9k1QJoRMlJ0eSA8noiIbTlnCo6FQuEGnyo1mkzGb3vhrcJzuD3V7LYLo%2BZWOAbpfrREYo8XJT10tnhu…" 0.325a94e2.js:4753layout – {participants: [], view: "1:0"} 0.325a94e2.js:4753stage
aman.khangura
Comment 8
2019-11-12 15:13:47 PST
I work for Kaiser Permanente Telehealth and we work with the vendor PEXIP for the video chatting technology. The logs above are attached from our Mobile video Visits. Once a member is in the video visits (webRTC on Safari iOS 13.2) if they want to toggle the video feed to the rear camera safari crashes. Seems like something has changed in IOS 13.2 safari permissions possibly.
aman.khangura
Comment 9
2019-11-12 15:17:13 PST
Created
attachment 383391
[details]
logs
aman.khangura
Comment 10
2019-11-12 15:17:40 PST
Created
attachment 383393
[details]
logs
aman.khangura
Comment 11
2019-11-12 15:18:05 PST
Created
attachment 383394
[details]
logs
aman.khangura
Comment 12
2019-11-26 10:15:09 PST
still happening on latest version of iOS
youenn fablet
Comment 13
2020-04-14 04:56:58 PDT
Aman, is it working on the most recent iOS version? If you can still repro on the most recent iOS version, could you share directly with me a sysdiagnose?
Brent Fulgham
Comment 14
2022-07-01 13:17:25 PDT
We believe this is fixed. Please REOPEN this bug if you are still encountering such problems.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug