Dyte Meeting Room Events Listener
Dyte meeting room events listener
You can subscribe to all room events by implementing this interface. To subscribe pass implementation to io.dyte.core.DyteMobileClient.addMeetingRoomEventsListener
Functions
Triggered when Local user connects to the meeting room after initialization.
Triggered when Local user starts connecting to the meeting room during initialization.
Triggered when Local user disconnects while leaving the the meeting room.
Triggered when Local user fails to connect to the meeting room during initialization.
When connection to meeting room is lost due to network conditions
On meeting room join failed Triggered when some error happened while executing io.dyte.core.DyteMobileClient.joinRoom or io.dyte.core.DyteMobileClient.init
On meeting room join started Triggered once the sdk starts making connection to the roomname you passed. Ideally one should show loader on UI once this event is triggered.
On meeting room left Triggered once this user is left successfully from the meeting
Triggered when Dyte client fails to reconnect to the meeting room.
Triggered when Dyte client successfully reconnects to the meeting room.
Triggered when Dyte client detects a connection drop and starts trying reconnection with the meeting room.