typings: synchronized livekit-permissions.ts

This commit is contained in:
Carlos Santos 2025-07-16 12:45:00 +02:00
parent 462a61842e
commit bc67fee2ef

View File

@ -22,7 +22,7 @@ export const enum TrackSource {
/**
* @generated from enum value: SCREEN_SHARE_AUDIO = 4;
*/
SCREEN_SHARE_AUDIO = 4
SCREEN_SHARE_AUDIO = 4,
}
interface VideoGrant {
@ -80,8 +80,13 @@ interface VideoGrant {
/** participant allowed to connect to LiveKit as Agent Framework worker */
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.
*/