Skip to content

Commit 63f1572

Browse files
authored
Update application-post-calls.md
1 parent 62ac148 commit 63f1572

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ doc_type: apiPageType
1111

1212
Namespace: microsoft.graph
1313

14-
Create [call](../resources/call.md) enables your bot to create a new outgoing peer-to-peer or group call, or join an existing meeting. You will need to [register the calling bot](/microsoftteams/platform/concepts/calls-and-meetings/registering-calling-bot) and go through the list of permissions needed as mentioned below.
14+
Create [call](../resources/call.md) enables your bot to create a new outgoing peer-to-peer or group call, or join an existing meeting. You need to [register the calling bot](/microsoftteams/platform/concepts/calls-and-meetings/registering-calling-bot) and go through the list of permissions needed.
1515

1616
This API supports the following PSTN scenarios:
1717

@@ -62,12 +62,12 @@ If successful, this method returns a `201 Created` response code and a [call](..
6262

6363
## Examples
6464

65-
### Example 1: Create peer-to-peer VoIP call with service hosted media
65+
### Example 1: Create peer-to-peer VoIP calls with service- media
6666

6767
> **Note:** This call needs the Calls.Initiate.All permission.
6868
6969
#### Request
70-
The following example shows a request that makes a peer-to-peer call between the bot and the specified user. In this example, the media is hosted by the service. 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.
70+
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

7272

7373
# [HTTP](#tab/http)

0 commit comments

Comments
 (0)