UNPKG

@signalwire/realtime-api

Version:
9 lines 749 B
import { SDKState } from '../../interfaces'; export declare const getIceServers: ({ session }: SDKState) => RTCIceServer[]; export declare const getSession: (store: SDKState) => import("../../interfaces").SessionState; export declare const getAuthStatus: ({ session }: SDKState) => import("../../..").SessionAuthStatus; export declare const getAuthError: ({ session }: SDKState) => import("../../..").SessionAuthError | undefined; export declare const getAuthorization: ({ session }: SDKState) => import("../../..").Authorization | undefined; export declare const getAuthorizationState: ({ session }: SDKState) => string | undefined; export declare const getProtocol: ({ session }: SDKState) => string; //# sourceMappingURL=sessionSelectors.d.ts.map