ConferenceSession constructor
ConferenceSession(
- ConferenceClient client,
- JanusSignaler _signaler,
- int conferenceType, {
- bool startScreenSharing = false,
- DesktopCapturerSource? desktopCapturerSource,
- bool useIOSBroadcasting = false,
- bool requestAudioForScreenSharing = false,
- String? selectedAudioInputDevice,
- String? selectedVideoInputDevice,
Implementation
ConferenceSession(
super.client,
this._signaler,
int conferenceType, {
super.startScreenSharing,
super.desktopCapturerSource,
super.useIOSBroadcasting,
super.requestAudioForScreenSharing,
super.selectedAudioInputDevice,
super.selectedVideoInputDevice,
}) {
sessionDescription = CubeConferenceSessionDescription(conferenceType);
}