-
Notifications
You must be signed in to change notification settings - Fork 46
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SIP disconnect_reason don't work #294
Comments
May it seems the right way to get the information : https://github.com/livekit-examples/outbound-caller-python/blob/main/agent.py |
Do not work also while directly requesting the livekit api room participant info. I didn't test it while infering from agent ctx. But the objective was to get it naturally from the room emitting events... |
I'm facing the same issue |
Facing same issue |
1 similar comment
Facing same issue |
confirmed this is a bug on our side, we are working on a fix |
Will be fixed in livekit/python-sdks#367 for Python and livekit/node-sdks#428 for Node |
Using Python to connect inside room with SIP Participant
livekit 0.20.1
livekit-api 0.8.2
livekit-protocol 0.9.0
sip v0.9.0 at commit bdb7658
livekit 1.8.3 at commit 4016e3dc5aa14c028d40d01dd4f42a52fc977d68
SIP Participant disconnect_reason will always be 'None'
while the event is received on room participant_disconnected event emitter.
While testing with 'normal' participant, the disconnect_reason will always be 'None' while checking on participant_disconnected event emitter.
The text was updated successfully, but these errors were encountered: