SessionEventListener
public protocol SessionEventListener : AnyObject
Listens for activity on this session
-
sidDefault implementationUndocumented
Default Implementation
Undocumented
Declaration
Swift
var sid: UUID { get } -
Called when a participant-related action occurs
Declaration
Swift
func onParticipantAction(participant: ScreenMeet.Session.Participant, participantAction: ScreenMeet.Session.ParticipantAction)Parameters
participantthe participant (see
ScreenMeet.Session.Participant)participantActionthe action that occurred (see
ScreenMeet.Session.ParticipantAction)
SessionEventListener Protocol Reference