Namespace: roomApi

roomApi

Room api based on core api
Source:

Namespaces

Room
RoomSession

Methods

(static) connect(options) → {roomApi.RoomSession}

Initialize connection
Parameters:
Name Type Description
options Object session options
Properties
Name Type Description
urlServer String Server address in form of [ws,wss]://host.domain:port
username String Username to login with
token String JWT Token
appKey String Application Key
Source:
Returns:
Type
roomApi.RoomSession