Preparing search index...
The search index is not available
MediaSFU Angular
MediaSFU Angular
ResponseLocalConnection
Interface ResponseLocalConnection
Validates the provided API key or token.
Param: value
The API key or token to validate.
Returns
True if the API key or token is valid, false otherwise.
interface
ResponseLocalConnection
{
socket
?:
Socket
<
DefaultEventsMap
,
DefaultEventsMap
>
;
data
?:
ResponseLocalConnectionData
;
}
Index
Properties
socket?
data?
Properties
Optional
socket
socket
?:
Socket
<
DefaultEventsMap
,
DefaultEventsMap
>
Optional
data
data
?:
ResponseLocalConnectionData
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
socket
data
MediaSFU
MediaSFU Angular
Loading...
Validates the provided API key or token.
Param: value
The API key or token to validate.
Returns