Skip to main content

meetingLeft

leaveMeeting() method is called this event is emitted to the participant

When the user calls the leaveMeeting() method, this event is emitted. It is not emitted to all the users in the meeting session, it is emitted only to the user who has left the meeting.

JavaScript
meeting.on("meetingLeft", function() {

});