Skip to content

Instantly share code, notes, and snippets.

@preetjdp
Created October 2, 2021 07:03
Show Gist options
  • Select an option

  • Save preetjdp/413f2032dec45c65bd391d5f4f6d60bc to your computer and use it in GitHub Desktop.

Select an option

Save preetjdp/413f2032dec45c65bd391d5f4f6d60bc to your computer and use it in GitHub Desktop.
Livekit Logs
2021-10-02T06:57:07.841Z DEBUG livekit service/roommanager.go:226 starting RTC session {"room": "166-8ed-a8d", "nodeID": "ND_5ArUdzpC", "participant": "Amir", "sdk": "JS", "sdkVersion": "0.12.2", "protocol": 3}
2021-10-02T06:57:07.843Z INFO livekit rtc/room.go:192 new participant joined {"pID": "PA_ahq5ghnJCW9X", "participant": "Amir", "protocol": 3, "room": "166-8ed-a8d", "roomID": "RM_CkrdERcJKnMF"}
2021-10-02T06:57:07.844Z INFO livekit service/rtcservice.go:139 new client WS connected {"connID": "Amir", "roomID": "RM_CkrdERcJKnMF", "room": "166-8ed-a8d", "participant": "Amir"}
2021-10-02T06:57:07.995Z DEBUG livekit rtc/participant.go:760 sending server offer to participant {"participant": "Amir", "pID": "PA_ahq5ghnJCW9X"}
2021-10-02T06:57:07.997Z DEBUG livekit rtc/participant.go:705 sending ice candidates {"participant": "Amir", "pID": "PA_ahq5ghnJCW9X", "candidate": "udp4 host 172.22.0.2:7882"}
2021-10-02T06:57:07.997Z DEBUG livekit rtc/participant.go:705 sending ice candidates {"participant": "Amir", "pID": "PA_ahq5ghnJCW9X", "candidate": "tcp4 host 172.22.0.2:7881"}
2021-10-02T06:57:08.202Z DEBUG livekit rtc/participant.go:366 setting subPC answer {"participant": "Amir", "pID": "PA_ahq5ghnJCW9X"}
2021-10-02T06:57:13.057Z INFO livekit service/rtcservice.go:122 WS connection closed {"participant": "Amir", "connID": "Amir"}
2021-10-02T06:57:13.058Z DEBUG livekit service/roommanager.go:333 RTC session finishing {"participant": "Amir", "pID": "PA_ahq5ghnJCW9X", "room": "166-8ed-a8d", "roomID": "RM_CkrdERcJKnMF"}
2021-10-02T06:57:13.059Z DEBUG livekit rtc/participant.go:724 updating participant state {"state": "DISCONNECTED", "participant": "Amir", "pID": "PA_ahq5ghnJCW9X"}
2021-10-02T06:57:13.059Z DEBUG livekit rtc/room.go:165 participant state changed {"state": "DISCONNECTED", "participant": "Amir", "pID": "PA_ahq5ghnJCW9X", "oldState": "JOINING"}
2021-10-02T06:57:32.434Z DEBUG livekit service/roommanager.go:226 starting RTC session {"room": "166-8ed-a8d", "nodeID": "ND_5ArUdzpC", "participant": "Zakary", "sdk": "JS", "sdkVersion": "0.12.2", "protocol": 3}
2021-10-02T06:57:32.436Z INFO livekit rtc/room.go:192 new participant joined {"pID": "PA_MRdwFeDVz9c6", "participant": "Zakary", "protocol": 3, "room": "166-8ed-a8d", "roomID": "RM_CkrdERcJKnMF"}
2021-10-02T06:57:32.437Z INFO livekit service/rtcservice.go:139 new client WS connected {"connID": "Zakary", "roomID": "RM_CkrdERcJKnMF", "room": "166-8ed-a8d", "participant": "Zakary"}
2021-10-02T06:57:32.588Z DEBUG livekit rtc/participant.go:760 sending server offer to participant {"participant": "Zakary", "pID": "PA_MRdwFeDVz9c6"}
2021-10-02T06:57:32.589Z DEBUG livekit rtc/participant.go:705 sending ice candidates {"participant": "Zakary", "pID": "PA_MRdwFeDVz9c6", "candidate": "udp4 host 172.22.0.2:7882"}
2021-10-02T06:57:32.589Z DEBUG livekit rtc/participant.go:705 sending ice candidates {"participant": "Zakary", "pID": "PA_MRdwFeDVz9c6", "candidate": "tcp4 host 172.22.0.2:7881"}
2021-10-02T06:57:32.796Z DEBUG livekit rtc/participant.go:366 setting subPC answer {"participant": "Zakary", "pID": "PA_MRdwFeDVz9c6"}
2021-10-02T06:57:37.646Z INFO livekit service/rtcservice.go:122 WS connection closed {"participant": "Zakary", "connID": "Zakary"}
2021-10-02T06:57:37.647Z DEBUG livekit service/roommanager.go:333 RTC session finishing {"participant": "Zakary", "pID": "PA_MRdwFeDVz9c6", "room": "166-8ed-a8d", "roomID": "RM_CkrdERcJKnMF"}
2021-10-02T06:57:37.648Z DEBUG livekit rtc/participant.go:724 updating participant state {"state": "DISCONNECTED", "participant": "Zakary", "pID": "PA_MRdwFeDVz9c6"}
2021-10-02T06:57:37.648Z DEBUG livekit rtc/room.go:165 participant state changed {"state": "DISCONNECTED", "participant": "Zakary", "pID": "PA_MRdwFeDVz9c6", "oldState": "JOINING"}
2021-10-02T06:58:24.128Z INFO livekit rtc/room.go:343 closing room {"roomID": "RM_CkrdERcJKnMF", "room": "166-8ed-a8d"}
2021-10-02T06:58:24.128Z INFO livekit service/roommanager.go:74 deleting room state {"room": "166-8ed-a8d"}
2021-10-02T06:58:24.128Z INFO livekit service/roommanager.go:302 room closed {"incomingStats": {"packetBytes":0,"packetTotal":0,"nackTotal":0,"pliTotal":0,"firTotal":0}, "outgoingStats": {"packetBytes":0,"packetTotal":0,"nackTotal":0,"pliTotal":0,"firTotal":0}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment