interface MultiplayerVoicePacketRequest {
    duration_ms?: number;
    packet_type?: MultiplayerVoicePacketType;
    payload: string;
    voice_token: string;
}

Properties

duration_ms?: number
payload: string
voice_token: string

Generated using TypeDoc