Private Voice Chat
Checks if a user is currently in a voice chat. Requires Bearer Token authentication.
Bearer token authentication for service-to-service communication.
ETH address of the user
Voice chat status retrieved successfully
Invalid request - Invalid address
Unauthorized - Invalid token
Internal server error
Creates a private voice chat room for two users. Generates LiveKit credentials for both users to join the room. Requires Bearer Token authentication.
Bearer token authentication for service-to-service communication.
Array of exactly 2 ETH addresses for the private voice chat
Unique identifier for the voice chat room
Private voice chat created successfully
Invalid request - Invalid addresses or room ID
Unauthorized - Invalid token
Internal server error
Ends a private voice chat room. This will disconnect all participants from the room. Requires Bearer Token authentication.
Bearer token authentication for service-to-service communication.
Room ID of the private voice chat
Private voice chat ended successfully
Unauthorized - Invalid token
Private voice chat not found
Internal server error
No content
Last updated