SkylinkApiResponse

SkylinkApiResponse

Class representing a Skylink API response.

Constructor

(private) new SkylinkApiResponse(rawApiResponse)

Parameters:
Name Type Description
rawApiResponse RawApiResponse

API response received from the API Server

Source:

Members

appKeyOwner :String

The owner of the App Key

Source:

autoIntroduce :boolean

If the App Key has autoIntroduce option enabled

Source:

hasMCU :Boolean

If the key has MCU enabled

Source:

isPrivileged :boolean

If the App Key has privileged option enabled

Source:

key :String

This is the cid received from API

Source:

room :SkylinkRoom

The instance of SkylinkRoom

Source:

socketPorts :String

The socket server ports

Source:

socketServer :String

The endpoint of the signaling server

Source:

socketServerPath :String

The socket server version path of the signaling server

Source:

user :SkylinkUser

The instance of SkylinkUser

Source: