Realtime Kit Client
Properties
Link copied to clipboard
Link copied to clipboard
The localUser object stores information about the local user, their current media state and exposes methods to enable and disable media etc
Link copied to clipboard
The participants object consists of 4 lists of participants described below and methods that work on multiple participants
Link copied to clipboard
The plugins object consists of 2 lists of plugins described below
Link copied to clipboard
The recording object stores the current state of meeting recording and also exposed methods to start and stop recording
Link copied to clipboard
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open override fun addMeetingRoomEventListener(meetingRoomEventListener: RtkMeetingRoomEventListener)
Link copied to clipboard
open override fun addParticipantsEventListener(participantsEventListener: RtkParticipantsEventListener)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open override fun init(meetingInfo: RtkMeetingInfo, onSuccess: () -> Unit, onFailure: (MeetingError) -> Unit)
Initialises the meeting with the given meetingInfo, sets up everything that is required to join the meeting. Once init is complete, you get a callback on onSuccess or onFailure if there was a failure
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open override fun removeLivestreamEventListener(livestreamEventListener: RtkLivestreamEventListener)
Link copied to clipboard
open override fun removeMeetingRoomEventListener(meetingRoomEventListener: RtkMeetingRoomEventListener)
Link copied to clipboard
open override fun removeParticipantsEventListener(participantsEventListener: RtkParticipantsEventListener)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard