Notification of Local Recording Status Updates
Notification Description
A notification is sent when the local recording status changes.
Method Definition
1
|
- (void)onSelfLocalRecordStateNotify:(HWMUISDKLocalRecordStateInfoModel *)lcoalRecordStateInfo; |
Sample Code
- (void)onSelfLocalRecordStateNotify:((HWMUISDKLocalRecordStateInfoModel *)lcoalRecordStateInfo{ NSLog(@"Local recording status report onSelfLocalRecordStateNotify :%@", [lcoalRecordStateInfo yy_modelDescription]); }
Precautions
- Subscribe to the HWMBizNotificationHandler delegate during SDK initialization or set the delegate on the target page.
Parameter Description
Parameter |
Type |
Description |
---|---|---|
status |
Local recording status. |
|
localRecordPath |
NSString |
Path of local recording files. |
startTime |
NSInteger |
Recording start time (timestamp, in seconds). |
Enumeration Name |
Enumerated Value |
Description |
---|---|---|
HWMUISDKLocalRecordStatusStart |
0 |
Local recording starts. |
HWMUISDKLocalRecordStatusStoped |
1 |
Local recording stops. |
HWMUISDKLocalRecordStatusPaused |
2 |
Local recording pauses. |
HWMUISDKLocalRecordStatusResumed |
3 |
Local recording resumes. |
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.See the reply and handling status in My Cloud VOC.
For any further questions, feel free to contact us through the chatbot.
Chatbot