Class ScreenSharingSession
-
- All Implemented Interfaces:
@Stable() public final class ScreenSharingSession
Contains a track with the screen sharing content and the participant that's sharing the screen.
-
-
Field Summary
Fields Modifier and Type Field Description private final ParticipantStateparticipant
-
Constructor Summary
Constructors Constructor Description ScreenSharingSession(ParticipantState participant)
-
Method Summary
Modifier and Type Method Description final ParticipantStategetParticipant()-
-
Constructor Detail
-
ScreenSharingSession
ScreenSharingSession(ParticipantState participant)
- Parameters:
participant- The person that's sharing the screen.
-
-
Method Detail
-
getParticipant
final ParticipantState getParticipant()
-
-
-
-