VoiceClientHelper

abstract class VoiceClientHelper

Inheritors

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
abstract fun getMessageTypes(): Set<String>

Returns a list of message types supported by this helper. Messages received from the backend which have these types will be passed to handleMessage.

Link copied to clipboard
abstract fun handleMessage(msg: MsgServerToClient)

Handle a message received from the backend.