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;
|
* @generated from enum value: UNKNOWN = 0;
|
||||||
*/
|
*/
|
||||||
@ -22,7 +22,7 @@ const enum TrackSource {
|
|||||||
/**
|
/**
|
||||||
* @generated from enum value: SCREEN_SHARE_AUDIO = 4;
|
* @generated from enum value: SCREEN_SHARE_AUDIO = 4;
|
||||||
*/
|
*/
|
||||||
SCREEN_SHARE_AUDIO = 4,
|
SCREEN_SHARE_AUDIO = 4
|
||||||
}
|
}
|
||||||
|
|
||||||
interface VideoGrant {
|
interface VideoGrant {
|
||||||
|
|||||||
@ -2,14 +2,8 @@
|
|||||||
* Defines OpenVidu-specific permissions for a participant.
|
* Defines OpenVidu-specific permissions for a participant.
|
||||||
*/
|
*/
|
||||||
export interface OpenViduMeetPermissions {
|
export interface OpenViduMeetPermissions {
|
||||||
canPublishScreen: boolean; // Can publish screen sharing.
|
|
||||||
|
|
||||||
// Permissions for recording
|
|
||||||
canRecord: boolean; // Can start/stop recording the room.
|
canRecord: boolean; // Can start/stop recording the room.
|
||||||
|
|
||||||
// Permissions for chat
|
|
||||||
canChat: boolean; // Can send chat messages in the room.
|
canChat: boolean; // Can send chat messages in the room.
|
||||||
|
|
||||||
canChangeVirtualBackground: boolean; // Can change the virtual background.
|
canChangeVirtualBackground: boolean; // Can change the virtual background.
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user