Represents a single connection state transition record with timing information. More...
Instance Methods | |
(bool) | - answer |
Gets the value indicating that an answer was processed. More... | |
(NSString *) | - connectionStateString |
Gets the string representation of the connection state. More... | |
(NSDate *) | - dateTime |
Gets the UTC datetime when the state transition occurred. More... | |
(NSString *) | - error |
Gets the error. More... | |
(instancetype) | - init |
(bool) | - mediaIntent |
Gets the value indicating that a media intent was processed. More... | |
(bool) | - offer |
Gets the value indicating that an offer was processed. More... | |
(bool) | - sent |
Gets the value indicating whether a message was sent or received. More... | |
(void) | - setAnswer: |
Sets the value indicating that an answer was processed. More... | |
(void) | - setDateTime: |
Sets the UTC datetime when the state transition occurred. More... | |
(void) | - setError: |
Sets the error. More... | |
(void) | - setMediaIntent: |
Sets the value indicating that a media intent was processed. More... | |
(void) | - setOffer: |
Sets the value indicating that an offer was processed. More... | |
(void) | - setSent: |
Sets the value indicating whether a message was sent or received. More... | |
(void) | - setState: |
Sets the connection state. More... | |
(void) | - setTimeStamp: |
Sets the millisecond timestamp when the state transition occurred. More... | |
(FMLiveSwitchConnectionState) | - state |
Gets the connection state. More... | |
(long long) | - timeStamp |
Gets the millisecond timestamp when the state transition occurred. More... | |
Class Methods | |
(FMLiveSwitchConnectionStateRecord *) | + connectionStateRecord |
Represents a single connection state transition record with timing information.
- (bool) answer |
Gets the value indicating that an answer was processed.
+ (FMLiveSwitchConnectionStateRecord*) connectionStateRecord |
- (NSString*) connectionStateString |
Gets the string representation of the connection state.
- (NSDate*) dateTime |
Gets the UTC datetime when the state transition occurred.
- (NSString*) error |
Gets the error.
- (instancetype) init |
- (bool) mediaIntent |
Gets the value indicating that a media intent was processed.
- (bool) offer |
Gets the value indicating that an offer was processed.
- (bool) sent |
Gets the value indicating whether a message was sent or received.
- (void) setAnswer: | (bool) | value |
Sets the value indicating that an answer was processed.
- (void) setDateTime: | (NSDate *) | value |
Sets the UTC datetime when the state transition occurred.
- (void) setError: | (NSString *) | value |
Sets the error.
- (void) setMediaIntent: | (bool) | value |
Sets the value indicating that a media intent was processed.
- (void) setOffer: | (bool) | value |
Sets the value indicating that an offer was processed.
- (void) setSent: | (bool) | value |
Sets the value indicating whether a message was sent or received.
- (void) setState: | (FMLiveSwitchConnectionState) | value |
Sets the connection state.
- (void) setTimeStamp: | (long long) | value |
Sets the millisecond timestamp when the state transition occurred.
- (FMLiveSwitchConnectionState) state |
Gets the connection state.
- (long long) timeStamp |
Gets the millisecond timestamp when the state transition occurred.