-
Notifications
You must be signed in to change notification settings - Fork 3
ParticipantScreenShareRemovedEvent
Ajša Terko edited this page Sep 22, 2023
·
2 revisions
Getter for the participant
field.
-
Participant
- Represents the participant that removed their screen share video.
func onParticipantScreenShareRemoved(_ participantScreenShareRemovedEvent: ParticipantScreenShareRemovedEvent) {
os_log("%s removed a screen share.", participantScreenShareRemovedEvent.participant.endpoint.identifier())
}