Notification of Instant Meeting Records
API Description
A notification of instant meeting records is sent.
/** * Notifies you of call records of a new instant meeting when you left that meeting. * @param p2pConfRecordInfo */ void onP2PConfRecord(HWMP2PConfRecordInfo p2pConfRecordInfo);
Parameter Description
Parameter |
Mandatory |
Type |
Description |
---|---|---|---|
p2pConfRecordInfo |
Yes |
HWMP2PConfRecordInfo |
Call record information. |
Return Values
None
Parameter Extension
Parameter |
Mandatory |
Type |
Description |
---|---|---|---|
callerInfo |
Yes |
HWMCallMemberInfo |
Caller information. |
calleeInfo |
Yes |
HWMCallMemberInfo |
Called participant information. |
startTime |
Yes |
long |
Call start time, accurate to seconds (GMT). |
endTime |
Yes |
long |
Call end time, accurate to seconds (GMT). |
isCallEstablished |
Yes |
boolean |
Whether the call is connected. |
isCallOut |
Yes |
boolean |
Whether the call is an outgoing call. |
meetingType |
Yes |
MeetingType |
Meeting type. |
resultCode |
Yes |
int |
Meeting end reason (error code). |
resultMsg |
No |
String |
Meeting end reason (error message). |
Parameter |
Mandatory |
Type |
Description |
---|---|---|---|
nickName |
Yes |
String |
(Mandatory) Display name. |
number |
No |
String |
Called number. This parameter is used for account and password authentication. Either this parameter or thirdUserId must be set (number is prior to thirdUserId). |
thirdUserId |
No |
String |
Third-party account of the called participant. This parameter is used for app ID authentication. Either this parameter or number must be set (number is prior to thirdUserId). |
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