![]() |
Tuya iOS Smart Life App SDK 5.15.0
|
#import <ThingSmartCallProtocol.h>
Properties | |
| BOOL | outgoing |
| whether is call out More... | |
| ThingSmartCallType | callType |
| call type More... | |
| BOOL | accepted |
| whether the call has accepted. More... | |
| BOOL | answered |
| whether the peer has answered. More... | |
| BOOL | connected |
| whether the connection is connected. More... | |
| BOOL | end |
| whether the call ended. More... | |
| NSUUID * | uuid |
| uuid,if use callKit, set it. More... | |
| id< ThingSmartCallEventMessageExt > | extraModel |
Properties inherited from <ThingSmartCallBaseProtocol> | |
| NSString * | appDeviceId |
| app unique id More... | |
| NSString * | curId |
| current id More... | |
| NSString * | targetId |
| target id More... | |
| NSString * | sessionId |
| session id More... | |
| long long | timeout |
| call timeout interval, unit is millisecond. More... | |
| NSDictionary * | extra |
| extra data, eg: {channelType:1, category:xxx}, if see more, please review developer document. More... | |
| NSString * | reason |
| reason. More... | |
Definition at line 15 of file ThingSmartCallProtocol.h.
|
readwritenonatomicassign |
whether the call has accepted.
Definition at line 24 of file ThingSmartCallProtocol.h.
|
readwritenonatomicassign |
whether the peer has answered.
Definition at line 27 of file ThingSmartCallProtocol.h.
|
readwritenonatomicassign |
call type
Definition at line 21 of file ThingSmartCallProtocol.h.
|
readwritenonatomicassign |
whether the connection is connected.
Definition at line 30 of file ThingSmartCallProtocol.h.
|
readwritenonatomicassign |
whether the call ended.
Definition at line 33 of file ThingSmartCallProtocol.h.
|
readwriteoptionalnonatomicstrong |
Definition at line 39 of file ThingSmartCallProtocol.h.
|
readwritenonatomicassign |
whether is call out
Definition at line 18 of file ThingSmartCallProtocol.h.
|
readwritenonatomiccopy |
uuid,if use callKit, set it.
Definition at line 36 of file ThingSmartCallProtocol.h.