Notification of Instant Meeting Records
Notification Description
A notification of instant meeting records is sent.
Method Definition
- (void)onP2PConfRecord:(HWMP2PConfRecordInfoModel *)recordInfo;
Sample Code
- (void)onP2PConfRecord:(HWMP2PConfRecordInfoModel *)recordInfo{ NSLog(@"%@", [recordInfo yy_modelDescription]); }
Precautions
1. Subscribe to the HWMNotifyHandler delegate during SDK initialization or set the delegate on the target page.
Parameter Description
Parameter |
Type |
Description |
---|---|---|
callerInfo |
Caller information. |
|
calleeInfo |
Called participant information. |
|
startTime |
NSInteger |
Call start time. |
endTime |
NSInteger |
Call end time. |
isCallOut |
BOOL |
Whether the call is an outgoing call. |
mediaType |
Media type. |
|
resultCode |
HWMUISDKSDKERR |
Call end reason. |
resultMsg |
NSString |
Call end description. |
isCallEstablished |
BOOL |
Whether the call is connected. |
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