export type LiveV2SessionStatus = | 'starting' | 'started' | 'connecting' | 'connected' | 'ending' | 'ended'