Get Voip Action Token
GET/session/v1/session/:session_id/player/:player_uuid/voip/vivox::vivox_action
Generate a token for one of the specific vivox actions except logging in
JOIN Required Permissions:
- For the player themselves :
session:vivox:join
JOIN_MUTED Required Permissions:
- For the player themselves :
session:vivox:join_muted
KICK Required Permissions:
-
For any player (including themselves) any of:
session:*,session:vivox:kick:all -
For the player themselves :
session:vivox:kick:self
or be leader of session and have Required Permissions:
- For any player (including themselves) :
session:vivox:kick:as-leader
MUTE Required Permissions:
-
For any player (including themselves) any of:
session:*,session:vivox:mute:all -
For the player themselves :
session:vivox:mute:self
or be leader of session and have Required Permissions:
- For any player (including themselves) :
session:vivox:mute:as-leader
TRANSCRIBE Required Permissions:
-
For any player (including themselves) any of:
session:*,session:vivox:transcribe:any -
For the player themselves :
session:vivox:transcribe:as-member
Request
Path Parameters
Possible values: [join, join_muted, kick, mute, trxn]
Possible values: non-empty and <= 128 characters
Query Parameters
Possible values: [session, team]
Default value: true
Responses
- 200
- 403
- 422
Successful Response
- application/json
- Schema
- Example (from schema)
Schema
Signed auth voip login token for a specific client
Issuer for client's login token
Server for voip login
Channel name for the generated token if relevant
{
"token": "string",
"issuer": "string",
"server": "string",
"channel_name": "string"
}
Forbidden
- application/json
- Schema
- Example (from schema)
Schema
Default value: true
{
"auth_success": true,
"error_code": "string",
"desc": "string"
}
Validation Error
- application/json
- Schema
- Example (from schema)
Schema
Array [
Array [
- MOD1
- MOD2
]
]
detail
object[]
loc
object[]
required
anyOf
string
integer
{
"detail": [
{
"loc": [
"string",
0
],
"msg": "string",
"type": "string"
}
]
}