SLRManaged Group Session
interface SLRManagedGroupSession
Interface which provides access to managed group.
Types
Link copied to clipboard
Provides internal info Message.
Link copied to clipboard
data class Participant(val userId: String, val bypassId: String, val status: SLRManagedGroupSession.Participant.Status)
Provides access User and onCall status.
Link copied to clipboard
Describes different states of WatchPartySession.
Functions
Link copied to clipboard
A function which provides internal user id's of the managed watch party.
Link copied to clipboard
A function which provides subscription to the managed group updates.
Link copied to clipboard
A function which provides id of the managed group.
Link copied to clipboard
A function which provides subscription to the managed group info messages.
Link copied to clipboard
A function which provides participants of the managed group.
Link copied to clipboard
Returns state of the session.
Link copied to clipboard
A function which send message to the managed watch party subscribed participants.
Link copied to clipboard
Link copied to clipboard
A function to open chat ui overlay.
Link copied to clipboard
A function to open watch party ui overlay.