|
WebRTC Video Chat 1.1.4
|
Text message from other peer received. More...
Public Member Functions | |
| MessageEventArgs (ConnectionId id, string message, bool reliable=true) | |
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. | |
| bool | Reliable [get] |
| true for reliable channel, false for unreliable | |
| string | Content [get] |
| Content of the text message. | |
Properties inherited from Byn.Awrtc.CallEventArgs | |
| CallEventType | Type [get] |
| Returns the CallEventType. | |
Text message from other peer received.
| Byn.Awrtc.MessageEventArgs.MessageEventArgs | ( | ConnectionId | id, |
| string | message, | ||
| bool | reliable = true ) |
| id | |
| message | |
| reliable |
|
get |
Not yet fully supported. This will allow to distinguish multiple remote senders.
Implements Byn.Awrtc.IConnectionEvent.