Returns information about a member of a voice channel
See also Voice functions.
Signature:
name,
voiceActive,
sessionActive,
muted,
squelched
=
GetVoiceSessionMemberInfoBySessionID(session,
index)
Arguments:
session
- Index of a voice session (between 1 andGetNumVoiceSessions()
) (number
)index
- Index of a member in the voice session (between 1 andGetNumVoiceSessionMembersBySessionID(session)
) (number
)
Returns:
name
- Name of the member (string
)voiceActive
- 1 if the member has enabled voice chat; otherwise nil (1nil
)sessionActive
- 1 if the channel is the member's active voice channel; otherwise nil (1nil
)muted
- 1 if the member is on the player's muted list; otherwise nil (1nil
)squelched
- 1 if the member was silenced by the channel moderator; otherwise nil (1nil
)