Skip to content

Commit a163e35

Browse files
authored
Update application-post-calls.md
1 parent 7a190df commit a163e35

File tree

1 file changed

+0
-36
lines changed

1 file changed

+0
-36
lines changed

api-reference/v1.0/api/application-post-calls.md

Lines changed: 0 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,6 @@ If successful, this method returns a `201 Created` response code and a [call](..
6969
#### Request
7070
The following example shows a request that makes a peer-to-peer call between the bot and the specified user. In this example, the service hosts the media. The values of authorization token, callback URL, application ID, application name, user ID, user name, and tenant ID must be replaced with actual values to make the example work.
7171

72-
73-
# [HTTP](#tab/http)
7472
<!-- {
7573
"blockType": "request",
7674
"name": "create-call-service-hosted-media-1",
@@ -110,40 +108,6 @@ Content-Type: application/json
110108
}
111109
```
112110

113-
# [C#](#tab/csharp)
114-
[!INCLUDE [sample-code](../includes/snippets/csharp/create-call-service-hosted-media-1-csharp-snippets.md)]
115-
[!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)]
116-
117-
# [CLI](#tab/cli)
118-
[!INCLUDE [sample-code](../includes/snippets/cli/create-call-service-hosted-media-1-cli-snippets.md)]
119-
[!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)]
120-
121-
# [Go](#tab/go)
122-
[!INCLUDE [sample-code](../includes/snippets/go/create-call-service-hosted-media-1-go-snippets.md)]
123-
[!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)]
124-
125-
# [Java](#tab/java)
126-
[!INCLUDE [sample-code](../includes/snippets/java/create-call-service-hosted-media-1-java-snippets.md)]
127-
[!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)]
128-
129-
# [JavaScript](#tab/javascript)
130-
[!INCLUDE [sample-code](../includes/snippets/javascript/create-call-service-hosted-media-1-javascript-snippets.md)]
131-
[!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)]
132-
133-
# [PHP](#tab/php)
134-
[!INCLUDE [sample-code](../includes/snippets/php/create-call-service-hosted-media-1-php-snippets.md)]
135-
[!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)]
136-
137-
# [PowerShell](#tab/powershell)
138-
[!INCLUDE [sample-code](../includes/snippets/powershell/create-call-service-hosted-media-1-powershell-snippets.md)]
139-
[!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)]
140-
141-
# [Python](#tab/python)
142-
[!INCLUDE [sample-code](../includes/snippets/python/create-call-service-hosted-media-1-python-snippets.md)]
143-
[!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)]
144-
145-
---
146-
147111
#### Response
148112

149113
> **Note:** The response object shown here might be shortened for readability.

0 commit comments

Comments
 (0)