TVOCallOptionsBuilder(CallKit) Category Reference
Declared in | TVOCallOptions.h |
---|
uuid
The CallKit identifier for the Call. You must set this property if you are using CallKit to manage the Call.
@property (nonatomic, strong, nullable) NSUUID *uuid
Discussion
This property allows you to provide your CallKit UUID as part of TVOConnectOptions
or TVOAcceptOptions.
This is offered as a convenience if you wish to use
TVOCallfor CallKit book keeping. The UUID set here will be reflected on any
TVOCall` instance created with these options.
Declared In
TVOCallOptions.h