AvayaWebRTCConnectSDK
<AOCallDetails> Protocol Reference

#import <AOCallDetails.h>

Inheritance diagram for <AOCallDetails>:
AOAudioDetails AOVideoDetails

Properties

NSString * localIPAddress
 
NSUInteger localPort
 
NSString * remoteIPAddress
 
NSUInteger remotePort
 
NSString * codec
 
AOMediaEncryptionType mediaEncryptionType
 
BOOL mediaTunnelled
 
BOOL mediaProxied
 
BOOL mediaEncrypted
 
NSUInteger roundTripTimeMilliseconds
 

Detailed Description

Call-related details for a session.

Property Documentation

◆ codec

- (NSString*) codec
readnonatomicassign

The name of the codec being used.

◆ localIPAddress

- (NSString*) localIPAddress
readnonatomicassign

The local IP address used for the session.

◆ localPort

- (NSUInteger) localPort
readnonatomicassign

The local RTP receive port for the session (as per SDP offer/answer exchange).

◆ mediaEncrypted

- (BOOL) mediaEncrypted
readnonatomicassign

RTCP encryption status for the session. True if feedback RTCP packets are encrypted false otherwise. If it is true RTCP packets should be decripted before reading session stream details.

◆ mediaEncryptionType

- (AOMediaEncryptionType) mediaEncryptionType
readnonatomicassign

Media encryption mode for the session.

◆ mediaProxied

- (BOOL) mediaProxied
readnonatomicassign

Status indication for whether tunneled media goes through proxy or not.

◆ mediaTunnelled

- (BOOL) mediaTunnelled
readnonatomicassign

Status indication for whether media is tunnelled or not.

◆ remoteIPAddress

- (NSString*) remoteIPAddress
readnonatomicassign

The remote IP address used for the session.

◆ remotePort

- (NSUInteger) remotePort
readnonatomicassign

The remote RTP receive port for the session (as per SDP offer/answer exchange).

◆ roundTripTimeMilliseconds

- (NSUInteger) roundTripTimeMilliseconds
readnonatomicassign

The round-trip audio delay (in milliseconds) calculated as per RFC 3550. This is the time required for an RTP packet to go from sender to receiver and back.


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