typings: update OpenViduMeetPermissions to remove canPublishScreen and organize comments
This commit is contained in:
parent
299e6b0e75
commit
2e623fe24e
@ -1,4 +1,4 @@
|
||||
const enum TrackSource {
|
||||
export const enum TrackSource {
|
||||
/**
|
||||
* @generated from enum value: UNKNOWN = 0;
|
||||
*/
|
||||
@ -22,7 +22,7 @@ const enum TrackSource {
|
||||
/**
|
||||
* @generated from enum value: SCREEN_SHARE_AUDIO = 4;
|
||||
*/
|
||||
SCREEN_SHARE_AUDIO = 4,
|
||||
SCREEN_SHARE_AUDIO = 4
|
||||
}
|
||||
|
||||
interface VideoGrant {
|
||||
|
||||
@ -2,14 +2,8 @@
|
||||
* Defines OpenVidu-specific permissions for a participant.
|
||||
*/
|
||||
export interface OpenViduMeetPermissions {
|
||||
canPublishScreen: boolean; // Can publish screen sharing.
|
||||
|
||||
// Permissions for recording
|
||||
canRecord: boolean; // Can start/stop recording the room.
|
||||
|
||||
// Permissions for chat
|
||||
canChat: boolean; // Can send chat messages in the room.
|
||||
|
||||
canChangeVirtualBackground: boolean; // Can change the virtual background.
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user