WoW:API GetNumVoiceSessions: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
(Initial submit)
 
m (Move page script moved page API GetNumVoiceSessions to API GetNumVoiceSessions without leaving a redirect)
 
(No difference)

Latest revision as of 04:46, 15 August 2023

WoW API < GetNumVoiceSessions

Returns the number of voice sessions the client is currently in. Ignores voice channels under the 'World' category.

num = GetNumVoiceSessions()

Returns

num
Number - Number of voice sessions the client is currently in.


Details

This will only count sessions in which the user can speak. These include custom channels and Party, Battleground and Raid channels.