feat(protos): Add LiveMetadata protobuf (#18)

This commit is contained in:
absidue
2025-03-15 15:37:56 +01:00
committed by GitHub
parent 4ff9c14f94
commit d389d242ab
3 changed files with 245 additions and 1 deletions

View File

@@ -19,4 +19,5 @@ export { ClientAbrState } from '../../protos/generated/video_streaming/client_ab
export { StreamerContext } from '../../protos/generated/video_streaming/streamer_context.js';
export { ProxyStatus } from '../../protos/generated/video_streaming/proxy_status.js';
export { MediaCapabilities } from '../../protos/generated/video_streaming/media_capabilities.js';
export { CryptoParams } from '../../protos/generated/video_streaming/crypto_params.js';
export { CryptoParams } from '../../protos/generated/video_streaming/crypto_params.js';
export { LiveMetadata } from '../../protos/generated/video_streaming/live_metadata.js';