VoicechatManager
class VoicechatManager {
setEnabled(status: boolean): void;
setMode(mode: VoicechatModeType): void;
setDistance(distance: number): Promise<void>;
}
class VoicechatManager {
setEnabled(status: boolean): void;
setMode(mode: VoicechatModeType): void;
setDistance(distance: number): Promise<void>;
}