Event notices the user that a new call was accepted. The property ConnectionId can be used to distinguish messages / video frames of this particular user in conference calls.
More...
|
| ConnectionId | ConnectionId [get] |
| | Id to identify the new connection in conference calls.
|
| |
|
string | RemoteAddress [get] |
| | If the event is the result of a call to a specific address this will return the address used. Will return null for incoming calls.
|
| |
|
bool | IsOutgoing [get] |
| | True if this instance has initiated this call.
|
| |
|
CallEventType | Type [get] |
| | Returns the CallEventType.
|
| |
Event notices the user that a new call was accepted. The property ConnectionId can be used to distinguish messages / video frames of this particular user in conference calls.
◆ CallAcceptedEventArgs()
| Byn.Awrtc.CallAcceptedEventArgs.CallAcceptedEventArgs |
( |
ConnectionId | connectionId, |
|
|
string | remoteAddress, |
|
|
bool | outgoing ) |
Creates new events args for accepted calls.
- Parameters
-
| connectionId | ConnectionId used to track this call. |
| remoteAddress | Returns the address or null if none is associated (incoming calls) |
| outgoing | true if this call has initiated this call |
◆ ConnectionId
The documentation for this class was generated from the following file:
- /Volumes/macdev/wrtc/main_new/awrtc/awrtc_cs_common/Byn.Awrtc/CallEventArgs.cs