Voip
Summary
Methods
| Method | Returns |
|---|---|
| IsAvailable() | bool |
| GetChannel(channelName: string) | VoipChannel | nil |
| GetChannels() | VoipChannel{} |
| GetEmitters() | VoipEmitter{} |
Methods
IsAvailable
IsAvailable(): bool
Returns true if the client has VoIP capabilities (eg. they have a microphone).
Returns
| Type | Description |
|---|---|
| bool |
GetChannel
GetChannel(channelName: string): VoipChannel | nil
Get a VoIP channel with the given name (if one exists).
Parameters
| Name | Type | Description |
|---|---|---|
| channelName | string |
Returns
| Type | Description |
|---|---|
| VoipChannel | nil |
GetChannels
GetChannels(): VoipChannel{}
Gets all available VoIP channels.
Returns
| Type | Description |
|---|---|
| VoipChannel{} |
GetEmitters
GetEmitters(): VoipEmitter{}
Gets all VoIP emitters from all available channels.
Returns
| Type | Description |
|---|---|
| VoipEmitter{} |
Last modified October 11, 2021: Add changelog for build 17768 (61745d67)