Fixes get_turn_server_info path by prepending a "/"
This commit is contained in:
parent
e4cd59e7e5
commit
409fbcc9d7
@ -9,7 +9,7 @@ ruma_api! {
|
|||||||
description: "Get credentials for the client to use when initiating VoIP calls.",
|
description: "Get credentials for the client to use when initiating VoIP calls.",
|
||||||
method: GET,
|
method: GET,
|
||||||
name: "turn_server_info",
|
name: "turn_server_info",
|
||||||
path: "_matrix/client/r0/voip/turnServer",
|
path: "/_matrix/client/r0/voip/turnServer",
|
||||||
rate_limited: true,
|
rate_limited: true,
|
||||||
requires_authentication: true,
|
requires_authentication: true,
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user