IsClientMuted Function

Retrieves if the muter has muted the mutee.

bool IsClientMuted(int iMuter, int iMutee)

Parameters

int iMuter

The muter index.

int iMutee

The mutee index.

Return Value

True if muter has muted mutee, false otherwise.

Errors

Muter or mutee client index is invalid or not connected.