|
WebRTC Video Chat 1.1.4
|
Event for a received data message. Contains the sent byte[] and indication if it was sent using the reliable or unreliable channel. More...
Public Member Functions | |
| DataMessageEventArgs (ConnectionId id, byte[] data, bool reliable) | |
| Creates a new data message event. | |
Public Member Functions inherited from Byn.Awrtc.CallEventArgs | |
| CallEventArgs (CallEventType type) | |
| Creates a new call event. | |
Properties | |
| ConnectionId | ConnectionId [get] |
| Not yet fully supported. This will allow to distinguish multiple remote senders. | |
| byte[] | Content [get] |
| Content of the text message. | |
| bool | Reliable [get] |
| true for reliable channel, false for unreliable | |
Properties inherited from Byn.Awrtc.CallEventArgs | |
| CallEventType | Type [get] |
| Returns the CallEventType. | |
Event for a received data message. Contains the sent byte[] and indication if it was sent using the reliable or unreliable channel.
| Byn.Awrtc.DataMessageEventArgs.DataMessageEventArgs | ( | ConnectionId | id, |
| byte[] | data, | ||
| bool | reliable ) |
Creates a new data message event.
| id | connection id that sent the message |
| data | content |
| reliable | true for reliable channel, false for unreliable |
|
get |
Not yet fully supported. This will allow to distinguish multiple remote senders.
Implements Byn.Awrtc.IConnectionEvent.