Returns information about a voice session
See also Voice functions.
Signature:
name,
active
=
GetVoiceSessionInfo(session)
Arguments:
session
- Index of a voice session (between 1 andGetNumVoiceSessions()
) (number
)
Returns:
name
- Name of the voice session (channel) (string
)active
- 1 if the session is the active voice channel; otherwise nil (1nil
)