VGVoiceLeg
@interface VGVoiceLeg : NSObject
@property NSString* _Nonnull legId;
@property NSString* _Nonnull conversationId;
@property NSString* _Nullable direction;
@property NSString* _Nullable status;
@property NSString* _Nullable startTime;
@property NSString* _Nullable endTime;
@property NSString* _Nullable type;
@property VGVoiceLegChannel* _Nullable from;
@property VGVoiceLegChannel* _Nullable to;
@property VGVoiceMediaState* _Nullable mediaState;
- (instancetype)init __attribute__((unavailable));
@end
Undocumented
-
Undocumented
Declaration
Objective-C
@property NSString* _Nonnull legId
-
Undocumented
Declaration
Objective-C
@property NSString* _Nonnull conversationId
-
Undocumented
Declaration
Objective-C
@property NSString* _Nullable direction
-
Undocumented
Declaration
Objective-C
@property NSString* _Nullable status
-
Undocumented
Declaration
Objective-C
@property NSString* _Nullable startTime
-
Undocumented
Declaration
Objective-C
@property NSString* _Nullable endTime
-
Undocumented
Declaration
Objective-C
@property NSString* _Nullable type
-
Undocumented
Declaration
Objective-C
@property VGVoiceLegChannel* _Nullable from
-
Undocumented
Declaration
Objective-C
@property VGVoiceLegChannel* _Nullable to
-
Undocumented
Declaration
Objective-C
@property VGVoiceMediaState* _Nullable mediaState
-
Unavailable
Undocumented
Declaration
Objective-C
- (instancetype)init __attribute__((unavailable));