typings: synchronized livekit-permissions.ts
This commit is contained in:
parent
462a61842e
commit
bc67fee2ef
@ -22,7 +22,7 @@ export 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 {
|
||||||
@ -80,8 +80,13 @@ interface VideoGrant {
|
|||||||
|
|
||||||
/** participant allowed to connect to LiveKit as Agent Framework worker */
|
/** participant allowed to connect to LiveKit as Agent Framework worker */
|
||||||
agent?: boolean;
|
agent?: boolean;
|
||||||
}
|
|
||||||
|
|
||||||
|
/** allow participant to subscribe to metrics */
|
||||||
|
canSubscribeMetrics?: boolean;
|
||||||
|
|
||||||
|
/** destination room which this participant can forward to */
|
||||||
|
destinationRoom?: string;
|
||||||
|
}
|
||||||
/**
|
/**
|
||||||
* Defines LiveKit-specific permissions for a participant.
|
* Defines LiveKit-specific permissions for a participant.
|
||||||
*/
|
*/
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user