voicechat.getcomchannel Synchronous

Read the identifier of the current voice communication channel.

Syntax
Luau
voicechat.getcomchannel() -> string?

Parameters

This function takes no arguments.

Returns

string?

The current channel identifier as a string, or nil when no channel is available.

Kawaii documentation