|
WebRTC Video Chat 1.1.4
|
Event notifies the call is waiting for incoming connections. More...
Public Member Functions | |
| WaitForIncomingCallEventArgs (string address) | |
| Creates a new WaitForIncomingCallEventArgs object. | |
Public Member Functions inherited from Byn.Awrtc.CallEventArgs | |
| CallEventArgs (CallEventType type) | |
| Creates a new call event. | |
Properties | |
| string | Address [get] |
| Address that other calls can use to connect. | |
Properties inherited from Byn.Awrtc.CallEventArgs | |
| CallEventType | Type [get] |
| Returns the CallEventType. | |
Event notifies the call is waiting for incoming connections.
| Byn.Awrtc.WaitForIncomingCallEventArgs.WaitForIncomingCallEventArgs | ( | string | address | ) |
Creates a new WaitForIncomingCallEventArgs object.
| address | Address |