WebRTC Video Chat 1.1.4
Loading...
Searching...
No Matches
Byn.Awrtc.MessageEventArgs Class Reference

Text message from other peer received. More...

Inheritance diagram for Byn.Awrtc.MessageEventArgs:
Byn.Awrtc.CallEventArgs Byn.Awrtc.IConnectionEvent

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.
 

Detailed Description

Text message from other peer received.

Constructor & Destructor Documentation

◆ MessageEventArgs()

Byn.Awrtc.MessageEventArgs.MessageEventArgs ( ConnectionId id,
string message,
bool reliable = true )
Parameters
id
message
reliable

Property Documentation

◆ ConnectionId

ConnectionId Byn.Awrtc.MessageEventArgs.ConnectionId
get

Not yet fully supported. This will allow to distinguish multiple remote senders.

Implements Byn.Awrtc.IConnectionEvent.


The documentation for this class was generated from the following file: