IrisRtcJingleSession Class Reference
Inherits from | NSObject |
---|---|
Declared in | IrisRtcJingleSession.h |
Overview
This method is called on disconnecting the call or when monitoring the stats have to stopped. It provides details of the entire stats, right from starting of the call to end of the call/stopping to monitor the stats.
networkType
private variable used to set the networktype like IPV4 only or it can be IPV4 or IPV6.
@property (nonatomic) IrisNetworkType networkType
Discussion
private variable used to set the networktype like IPV4 only or it can be IPV4 or IPV6.
Declared In
IrisRtcJingleSession.h
autoDisconnect
private variable set autoDisconnect as true to autodisconnect when all participants have left: Default is true
@property (nonatomic) bool autoDisconnect
Discussion
private variable set autoDisconnect as true to autodisconnect when all participants have left: Default is true
Declared In
IrisRtcJingleSession.h
traceId
private variable used to set traceid.
@property (nonatomic) NSString *traceId
Discussion
private variable used to set traceid.
Declared In
IrisRtcJingleSession.h
useAnonymousRoom
private variable
@property (nonatomic) BOOL useAnonymousRoom
Discussion
private variable
Declared In
IrisRtcJingleSession.h