#import <AOCallDetails.h>
Call-related details for a session.
◆ codec
The name of the codec being used.
◆ localIPAddress
- (NSString*) localIPAddress |
|
readnonatomicassign |
The local IP address used for the session.
◆ localPort
The local RTP receive port for the session (as per SDP offer/answer exchange).
◆ mediaEncrypted
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
Status indication for whether tunneled media goes through proxy or not.
◆ mediaTunnelled
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: