Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ClientConfig

Hierarchy

Index

Properties

allowHost

allowHost: boolean

Whether or not to allow host actions to take place.

default

true

authMethod

authMethod: AuthMethod

How to authenticate with the server, if any.

default

AuthMethod.SecureTransport

chatMode

chatMode: QuickChatMode

The quick chat mode for the client. The server prevents you from joining rooms with a quick chat mode if the client has free chat enbled.

default

QuickChatMode.FreeChat

Optional doFixedUpdate

doFixedUpdate: boolean

Whether or not to do a fixed update interval.

default

false

eosProductUserId

eosProductUserId: string

A Epic Online Services user ID to authenticate with the Among Us servers as.

idToken

idToken: string

An id token recieved from the EOS http api.

language

language: Language

The client's language. Used to localise messages from the server.

default

Language.English

messageOrdering

messageOrdering: boolean

Whether to make sure messages received from the server are handled in the correct order.

default

false

platform

platform: PlatformSpecificData

The platform to register the SkeldJS client as being on.

useHttpMatchmaker

useHttpMatchmaker: boolean

Whether or not to use a HTTP matchmaking server in order to authenticate, can be disabled for private servers that don't have a HTTP matchmaking server running.

default

true

Generated using TypeDoc