Incoming call and Audio #140
-
Hello! I was editing and testing some stuff and I commented out the part when it hangs up, it disposes the session and sip. I wanna keep the sip and session alive then continue on making incoming calls. I am encountering a problem where after receiving and accepting the incoming calls after the first one, the audio doesn't work anymore. Any idea what the problem could be? Thank you very much in advance and I would appreciate your help! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 10 replies
-
I need more code context to fully understand your problem, can you please share a reproducible code snippet? |
Beta Was this translation helpful? Give feedback.
I try calling
await sip?.initializeWebRTCStack();
before initiating incoming call