| | |
| | | /** |
| | | 查看视频监控直播 |
| | | @param deviceInfo 设备信息 |
| | | @param msgId 消息Id |
| | | @param isShow 是否展示呼叫弹框 |
| | | */ |
| | | - (void)Play:(EZDeviceInfo*)deviceInfo showCallout:(BOOL)isShow; |
| | | - (void)Play:(EZDeviceInfo*)deviceInfo messageId:(NSString *)msgId showCallout:(BOOL)isShow; |
| | | |
| | | /// 指定序列号 查看视频监控直播 |
| | | /// @param deviceSerial 序列号 |
| | | - (void)PlayWithDeviceSerial:(NSString *)deviceSerial; |
| | | |
| | | /// 指定序列号 查看视频监控直播(猫眼呼叫功能) |
| | | /// @param deviceSerial 序列号 |
| | | - (void)PlayWithDeviceSerial:(NSString *)deviceSerial msgId:(NSString *)msgId; |
| | | |
| | | /** |
| | | 根据spk进入门锁视频 |
| | |
| | | -(void)PlayWithDeviceSerial:(NSString *)deviceSerial deviceId:(NSString*)deviceId deviceType:(NSString *)deviceType; |
| | | |
| | | /** |
| | | 根据spk进入门锁视频 |
| | | @param deviceSerial 序列号 |
| | | @param deviceId 设备id |
| | | @param deviceType 设备spk(用于区分是否为门锁) |
| | | @param msgId 消息id |
| | | */ |
| | | -(void)PlayWithDeviceSerial:(NSString *)deviceSerial deviceId:(NSString*)deviceId deviceType:(NSString *)deviceType msgId:(NSString *)msgId; |
| | | |
| | | /** |
| | | 打开摄像头设置页面 |
| | | */ |
| | | - (void)setting:(EZDeviceInfo*)deviceInfo; |