You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Error when calling call?.endCall(), with the call flow as follows:
A calls B, and I want to end the call only when both A and B can end it.
B => call.join() => call.endCall() => ERROR: [Publisher:1]: ICE restart failed [Error: Failed to set local offer sdp: Called in wrong state: closed]
When the device is IOS this error will appear
INFO ERROR: [processCallFromPush]: failed to process decline call from push notification [Error: Cannot leave call that has already been left.]
INFO ERROR: [Publisher:1]: ICE restart failed [Error: auth failed]
INFO ERROR: [SfuClient]: SFU reported error {"code": "UNAUTHENTICATED", "message": "auth failed", "reconnectStrategy": "REJOIN", "shouldRetry": false}
INFO WARN: [Call]: [Reconnect] REJOIN (1) failed. Attempting with REJOIN [Error: Waiting for "joinResponse" has timed out]
INFO WARN: [Call]: [Reconnect] REJOIN (2) failed. Attempting with REJOIN [Error: Waiting for "joinResponse" has timed out]
@stream-io/video-react-native-sdk
Describe the bug
Error when calling
call?.endCall()
, with the call flow as follows:A calls B, and I want to end the call only when both A and B can end it.
To Reproduce
A call B
B =>
call.join()
=> call.endCall()
=>ERROR: [Publisher:1]: ICE restart failed [Error: Failed to set local offer sdp: Called in wrong state: closed]
When the device is IOS this error will appear
The text was updated successfully, but these errors were encountered: