Tuya iOS Smart Life App SDK 5.15.0
<ThingSmartCallChannelDelegate> Protocol Reference

#import <ThingSmartCallChannel.h>

Inheritance diagram for <ThingSmartCallChannelDelegate>:

Instance Methods

(void) - callChannel:didReceiveInvalidCall:error:
 
(void) - callChannel:didReceiveInvalidPushCall:error:
 
(void) - callChannel:didReceiveCallEventsMessage:
 
(void) - callChannel:didReceiveInvalidCall:error:
 
(void) - callChannel:didReceiveInvalidPushCall:error:
 
(void) - callChannel:didReceiveCallEventsMessage:
 

Detailed Description

Definition at line 19 of file ThingSmartCallChannel.h.

Method Documentation

◆ callChannel:didReceiveCallEventsMessage: [1/2]

- (void) callChannel: (ThingSmartCallChannel *)  callChannel
didReceiveCallEventsMessage: (id< ThingSmartCallEventMessage >)  message 
optional

◆ callChannel:didReceiveCallEventsMessage: [2/2]

- (void) callChannel: (ThingSmartCallChannel *)  callChannel
didReceiveCallEventsMessage: (id< ThingSmartCallEventMessage >)  message 
optional

◆ callChannel:didReceiveInvalidCall:error: [1/2]

- (void) callChannel: (ThingSmartCallChannel *)  callChannel
didReceiveInvalidCall: (id< ThingSmartCallProtocol >)  call
error: (NSError *)  error 
optional

◆ callChannel:didReceiveInvalidCall:error: [2/2]

- (void) callChannel: (ThingSmartCallChannel *)  callChannel
didReceiveInvalidCall: (id< ThingSmartCallProtocol >)  call
error: (NSError *)  error 
optional

◆ callChannel:didReceiveInvalidPushCall:error: [1/2]

- (void) callChannel: (ThingSmartCallChannel *)  callChannel
didReceiveInvalidPushCall: (id< ThingSmartCallProtocol >)  call
error: (NSError *)  error 
optional

◆ callChannel:didReceiveInvalidPushCall:error: [2/2]

- (void) callChannel: (ThingSmartCallChannel *)  callChannel
didReceiveInvalidPushCall: (id< ThingSmartCallProtocol >)  call
error: (NSError *)  error 
optional

The documentation for this protocol was generated from the following files: