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: articles/communication-services/quickstarts/voice-video-calling/includes/data-channel/data-channel-android.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,7 +34,7 @@ Refer to the [Voice Calling Quickstart](../../getting-started-with-calling.md?pi
34
34
| Name | Description |
35
35
| - | - |
36
36
|_DATA_CHANNEL_FAILED_TO_START_|`getDataChannelSender()` can fail with this error code, indicating underlying Data Channel is not ready to be used. |
37
-
|_DATA_CHANNEL_RANDOM_ID_NOT_AVAILABLE_|`getDataChannelSender()` can fail with this error code, indicating all available random channel ids have already been used. |
37
+
|_DATA_CHANNEL_RANDOM_ID_NOT_AVAILABLE_|`getDataChannelSender()` can fail with this error code, indicating all available random channel IDs have already been used. |
38
38
|_DATA_CHANNEL_SENDER_CLOSED_|`sendMessage()` can fail with this error code, indicating the sender has already been closed previously. |
39
39
|_DATA_CHANNEL_MESSAGE_SIZE_OVER_LIMIT_|`sendMessage()` can fail with this error code, indicating the message data size exceeds the limit. You can get the message size limit using `getMaxMessageSizeInBytes()` in `DataChannelSender`. |
40
40
|_DATA_CHANNEL_MESSAGE_FAILURE_FOR_BANDWIDTH_|`sendMessage()` can fail with this error code, indicating a failure in sending the message due to not enough bandwidth. |
Copy file name to clipboardExpand all lines: articles/communication-services/quickstarts/voice-video-calling/includes/data-channel/data-channel-ios.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,7 +35,7 @@ Refer to the [Voice Calling Quickstart](../../getting-started-with-calling.md?pi
35
35
| Name | Description |
36
36
| - | - |
37
37
|_dataChannelFailedToStart_|`getDataChannelSender()` can fail with this error code, indicating underlying Data Channel is not ready to be used. |
38
-
|_dataChannelRandomIdNotAvailable_|`getDataChannelSender()` can fail with this error code, indicating all available random channel ids have already been used. |
38
+
|_dataChannelRandomIdNotAvailable_|`getDataChannelSender()` can fail with this error code, indicating all available random channel IDs have already been used. |
39
39
|_dataChannelSenderClosed_|`sendMessage()` can fail with this error code, indicating the sender has already been closed previously. |
40
40
|_dataChannelMessageSizeOverLimit_|`sendMessage()` can fail with this error code, indicating the message data size exceeds the limit. You can get the message size limit using `maxMessageSizeInBytes` in `DataChannelSender`. |
41
41
|_dataChannelMessageFailureForBandwidth_|`sendMessage()` can fail with this error code, indicating a failure in sending the message due to not enough bandwidth. |
Copy file name to clipboardExpand all lines: articles/communication-services/quickstarts/voice-video-calling/includes/data-channel/data-channel-windows.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,7 +35,7 @@ Refer to the [Voice Calling Quickstart](../../getting-started-with-calling.md?pi
35
35
| Name | Description |
36
36
| - | - |
37
37
|_DataChannelFailedToStart_|`GetDataChannelSender()` can fail with this error code, indicating underlying Data Channel is not ready to be used. |
38
-
|_DataChannelRandomIdNotAvailable_|`GetDataChannelSender()` can fail with this error code, indicating all available random channel ids have already been used. |
38
+
|_DataChannelRandomIdNotAvailable_|`GetDataChannelSender()` can fail with this error code, indicating all available random channel IDs have already been used. |
39
39
|_DataChannelSenderClosed_|`SendMessage()` can fail with this error code, indicating the sender has already been closed previously. |
40
40
|_DataChannelMessageSizeOverLimit_|`SendMessage()` can fail with this error code, indicating the message data size exceeds the limit. You can get the message size limit using `MaxMessageSizeInBytes` in `DataChannelSender`. |
41
41
|_DataChannelMessageFailureForBandwidth_|`SendMessage()` can fail with this error code, indicating a failure in sending the message due to not enough bandwidth. |
0 commit comments