You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -82,7 +82,7 @@ Each request is verified using a passcode generated at deploy time. Passcodes re
82
82
83
83
### Token
84
84
85
-
Returns a Programmable Video Access token.
85
+
This endpoint returns a Programmable Video Access token. When `create_room` is true, it will create a room and [Twilio conversation](https://www.twilio.com/docs/conversations/api/conversation-resource) associated with the room. This token is used by the above mentioned Video Apps to connect to a video room and a conversation.
|`passcode`|`string`|**Required**. The application passcode. |
96
96
|`user_identity`|`string`|**Required**. The user's identity. |
97
-
|`room_name`|`string`| A room name that will be used to create a token scoped to connecting to only one room. |
97
+
|`room_name`|`string`|**Required when `create_room` is `true`**A room name that will be used to create a token scoped to connecting to only one room. |
98
98
|`create_room`|`boolean`| (default: `true`) When false, a room will not be created when a token is requested. |
0 commit comments