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
PS - Tried almost everything. Checked discourse group as well.
Case - First time everything works fine, able to leave the call as well BUT when trying to join again then its crashes in the beginning with below error
On leave -
Attempt 1 - Tried setting to nil to all the property (consumer, producer, track, media, device close and nil) and socket disconnect
Attempt 2 - Only socket disconnect
Attempt 3 - consumer close, sent pause consumer socket and socket disconnect
PS - Tried almost everything. Checked discourse group as well.
Case - First time everything works fine, able to leave the call as well BUT when trying to join again then its crashes in the beginning with below error
On leave -
What is the correct way to do this?
Transport callback handling
`
func onConnectionStateChange(transport: Transport, connectionState: TransportConnectionState) {
LOG.debug("Transport- Reconnect- (transport.id == sendTransport?.id ? "send" : "receive") onConnectionStateChange == (connectionState)")
`
The text was updated successfully, but these errors were encountered: