


participantId: the id of the participant that left.Ĭalled when the local participant's audio is muted or unmuted.participantId: the id of the participant.Ĭalled when a participant has left the conference.It may not be set if the remote participant didn't set one. participantJoined Ĭalled when a participant has joined the conference. Its user interface to a variant appropriate for the small size ordinarily The latter will automatically detect its new size and adjust Now activate its Picture-in-Picture implementation (and resize the associated data contains the following information:Ĭalled when entering Picture-in-Picture is requested by the user. error: missing if the conference finished gracefully, otherwise contains the error messageĬalled before a conference is joined.data contains the following information:Ĭalled when the active conference ends, be it because of user choice or because of a failure. conferenceJoined Ĭalled when a conference was joined. It provides information about the conference state: was it joined, left, did itĪll methods in this delegate are optional. This delegate is optional, and can be set on the JitsiMeetView instance using Is useful when the host application uses other SDKs which also use linking. If these functions return NO it means the URL wasn't handled by the SDK. Methods that you app's delegate should call in order for the app to follow those In order to support Universal / deep linking, JitsiMeet offers 2 class Retrieves the participants information in the completionHandler sent as parameter. Which data includes the id and this should be stored somehow. Sends a chat message via to one particular participant or to all of them. If to contains a valid participantId, the private chat with that particular participant will be opened. Sets the state of the localParticipant screen sharing according to the enabled parameter. In order to get the participantId, the PARTICIPANT_JOINED event should be listened for, If the to param is empty, the message will be sent to all the participants in the conference. Sends a message via the data channel to one particular participant or to all of them. Sets the state of the localParticipant video muted according to the muted parameter. Sets the state of the localParticipant audio muted according to the muted parameter. The localParticipant leaves the current conference.
