ReconnectListeners

Public Method Summary

Methods

Description

Parameters

onLocalConnectionLost(fn)

The Event handler is invoked when the local participant loses network connection

onLocalConnectionResumed(fn)

The Event handler is invoked when the user acquired back the connection to the network

onLocalParticipantReconnected(fn)

The Event handler is invoked when the user successfully reconnected to the session

onLocalParticipantReconnecting(fn)

The Event handler is invoked when the user is in the process of reconnecting

onRemoteParticipantConnectionLost((participantId) => {})

The Event handler is invoked when the remote participant loses connection to the session

onRemoteParticipantReconnecting((participantId) => {})

The Event handler is invoked when the remote participant starts the reconnect process

onRemoteParticipantReconnected((participantId) => {})

The Event handler is invoked when the remote participant is successfully reconnected to the session

Last updated