joinSession

@POST(value = "join")
abstract suspend fun joinSession(@Body request: JoinSessionRequest): Response<JoinSessionResponse>

Joins an existing room using join token + language.