Type alias SkyWayConfigOptions
Type declaration
log: Partial<{
format: LogFormat;
level: LogLevel;
}>
rtcConfig: {
encodedInsertableStreams?: boolean;
turnPolicy?: TurnPolicy;
turnProtocol?: TurnProtocol;
}
Optional
encodedInsertableStreams?: boolean
Optional
turnPolicy?: TurnPolicy
token: {
updateReminderSec?: number;
}
Optional
updateReminderSec?: number