Client Voice API Reference
Used to obtain information such as tickets required for voice.
API List
| API | Description |
|---|---|
| GetGmeTicket | Request a gme ticket. |
API Details
GetGmeTicket
Request a gme ticket.
/// <summary>Request a gme ticket.</summary>
/// <param name="voice_channel_id">A custom ID used to identify the voice channel.</param>
public void GetGmeTicket(string voice_channel_id, VoiceDelegate0 callback);
Parameters:
| Param | Type | Description |
|---|---|---|
| voice_channel_id | string | A custom ID used to identify the voice channel. |
| callback | VoiceDelegate0 |
Return: void
All Delegates
public delegate void VoiceDelegate0(PgosResult a0, GetGmeTicketResult a1);
Type Reference: