SessionEventListener
public protocol SessionEventListener : AnyObject
Listens for activity on this session
-
sid
Default 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
participant
the participant (see
ScreenMeet.Session.Participant
)participantAction
the action that occurred (see
ScreenMeet.Session.ParticipantAction
)