Type alias NEScreenSharingParams

NEScreenSharingParams: {
    configuration?: NEMeetingVideoSubStreamConfiguration;
    displayName: string;
    sharingCode: string;
}

Type declaration