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
+20-29Lines changed: 20 additions & 29 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,19 +25,7 @@ Refer to the [Voice Calling Quickstart](../../getting-started-with-calling.md?pi
25
25
| DataChannelCallFeature | Used to start and manage data channel feature. |
26
26
| DataChannelSender | Used to manage a data channel as a sender and send data. |
27
27
| DataChannelReceiver | Used to manage a data channel as a receiver and receive data. |
28
-
| DataChannelSenderCreateOptions | Used for representing options to create a data channel sender. |
29
-
### Events
30
-
| Name | Description |
31
-
| - | - |
32
-
| DataChannelReceiverCreatedEvent | Describes the event when a receiver is created. A new receiver is created when receiving a data message from another endpoint through a new data channel for the first time. |
33
-
| DataChannelReceiverMessageReceivedEvent | Describes the event when a data message is received and ready to be fetched. |
34
-
| DataChannelReceiverClosedEvent | Describes the event when a data channel receiver is to be closed. |
35
-
### Listeners
36
-
| Name | Description |
37
-
| - | - |
38
-
| DataChannelReceiverCreatedListener | Used to handle `DataChannelReceiverCreatedEvent`. |
39
-
| DataChannelReceiverMessageReceivedListener | Used to handle `DataChannelReceiverMessageReceivedEvent`. |
40
-
| DataChannelReceiverClosedListener | Used to handle `DataChannelReceiverClosedEvent`. |
28
+
| DataChannelSenderOptions | Used for representing options to create a data channel sender. |
Copy file name to clipboardExpand all lines: articles/communication-services/quickstarts/voice-video-calling/includes/data-channel/data-channel-ios.md
+27-34Lines changed: 27 additions & 34 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,13 +25,7 @@ Refer to the [Voice Calling Quickstart](../../getting-started-with-calling.md?pi
25
25
| DataChannelCallFeature | Used to start and manage data channel feature. |
26
26
| DataChannelSender | Used to manage a data channel as a sender and send data. |
27
27
| DataChannelReceiver | Used to manage a data channel as a receiver and receive data. |
28
-
| DataChannelSenderCreateOptions | Used for representing options to create a data channel sender. |
29
-
### Delegates
30
-
| Name | Description |
31
-
| - | - |
32
-
| didCreateDataChannelReceiver | Handles the event when a receiver is created. A new receiver is created when receiving a data message from another endpoint through a new data channel for the first time. |
33
-
| didReceiveMessage | Handles the event when a data message is received and ready to be fetched. |
34
-
| didClose | Handles the event when a data channel receiver is to be closed. |
28
+
| DataChannelSenderOptions | Used for representing options to create a data channel sender. |
35
29
### Enums
36
30
| Name | Description |
37
31
| - | - |
@@ -47,41 +41,36 @@ var dataChannelCallFeature = self.call!.feature(Features.dataChannel)
Copy file name to clipboardExpand all lines: articles/communication-services/quickstarts/voice-video-calling/includes/data-channel/data-channel-windows.md
+18-24Lines changed: 18 additions & 24 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,13 +25,7 @@ Refer to the [Voice Calling Quickstart](../../getting-started-with-calling.md?pi
25
25
| DataChannelCallFeature | Used to start and manage data channel feature. |
26
26
| DataChannelSender | Used to manage a data channel as a sender and send data. |
27
27
| DataChannelReceiver | Used to manage a data channel as a receiver and receive data. |
28
-
| DataChannelSenderCreateOptions | Used for representing options to create a data channel sender. |
29
-
### Events
30
-
| Name | Description |
31
-
| - | - |
32
-
| DataChannelReceiverCreated | Describes the event when a receiver is created. A new receiver is created when receiving a data message from another endpoint through a new data channel for the first time. |
33
-
| DataChannelReceiverMessageReceived | Describes the event when a data message is received and ready to be fetched. |
34
-
| DataChannelReceiverClosed | Describes the event when a data channel receiver is to be closed. |
28
+
| DataChannelSenderOptions | Used for representing options to create a data channel sender. |
0 commit comments