@vindral/web-sdk
Classes
Interfaces
- AdvancedOptions
- ApiClientOptions
- AuthorizationContext
- CastConfig
- CastSenderEvents
- Channel
- ChannelSwitchContext
- LanguageSwitchContext
- Metadata
- Options
- PlayerOptions
- PublicVindralEvents
- ReconnectState
- RenditionLevel
- RenditionLevelChanged
- Statistics
Type Aliases
AuthorizationTokenFactory
Ƭ AuthorizationTokenFactory: (context
: AuthorizationContext
) => string
| undefined
AuthorizationTokenFactory
Type declaration
▸ (context
): string
| undefined
Parameters
Name | Type |
---|---|
context | AuthorizationContext |
Returns
string
| undefined