ScreenSharingSession

data class ScreenSharingSession(val participant: ParticipantState)

Contains a track with the screen sharing content and the participant that's sharing the screen.

Parameters

participant

The person that's sharing the screen.

Constructors

Link copied to clipboard
constructor(participant: ParticipantState)

Properties

Link copied to clipboard