CIRCChannel.iAmVoice Member

Syntax

object.iAmVoice();

Returns

Remarks

See Also

Source Code

function chan_amvoice()
{
return this.active && this.users[this.parent.me.canonicalName].isVoice;
}