Meeting ClassIntroductionVersion: 0.3.xOn this pageVideo SDK Meeting Class - Android Introduction​The Meeting class includes properties, methods and meeting-event-listener-class for managing a meeting, participants, video, audio and share streams, messaging and UI customization.Meeting Properties​ getmeetingId() getLocalParticipant() getConnectionState() getParticipants() pubSub Meeting Methods​ join() leave() end() enableWebcam() disableWebcam() unmuteMic() muteMic() enableScreenShare() disableScreenShare() startRecording() stopRecording() startLiveStream() stopLiveStream() startHls() stopHls() startTranscription() stopTranscription() changeMode() getMics() changeMic() setAudioDeviceChangeListener() changeWebcam() uploadBase64File() fetchBase64File() addEventListener() removeEventListener() removeAllListeners() startWhiteboard() stopWhiteboard() pauseAllStreams() resumeAllStreams() Meeting Events​ onMeetingJoined onMeetingLeft onParticipantJoined onParticipantLeft onSpeakerChanged onPresenterChanged onEntryRequested onEntryResponded onWebcamRequested onMicRequested onRecordingStateChanged onRecordingStarted onRecordingStopped onLivestreamStateChanged onLivestreamStarted onLivestreamStopped onHlsStateChanged onTranscriptionStateChanged onTranscriptionText onExternalCallStarted onMeetingStateChanged onParticipantModeChanged onPinStateChanged() onWhiteboardStarted() onWhiteboardStopped() onExternalCallRinging() onExternalCallStarted() onExternalCallHangup() onPausedAllStreams() onResumedAllStreams() Got a Question? Ask us on discord