4 lines
249 B
TypeScript
4 lines
249 B
TypeScript
export { LATENCY_PROFILE_BITRATES } from '../../../infrastructure/realtime/realtime.constants';
|
|
export type { LatencyProfile } from '../../../shared-kernel';
|
|
export type { VoiceStateSnapshot } from '../../../infrastructure/realtime/realtime.types';
|