Skip to main content

Client Voice API Reference

Used to obtain information such as tickets required for voice.

API List

APIDescription
GetGmeTicketRequest 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:

ParamTypeDescription
voice_channel_idstringA custom ID used to identify the voice channel.
callbackVoiceDelegate0

Return: void

All Delegates

public delegate void VoiceDelegate0(PgosResult a0, GetGmeTicketResult a1);

Type Reference: