Constructor
new Invite(fromUserId, toUserId, options-)
- Description:
创建一个Invite实例
Parameters:
| Name | Type | Description |
|---|---|---|
fromUserId |
String | 邀请发起方用户id |
toUserId |
String | 邀请接受方用户id |
options- |
Object | 参数 |
Members
(readonly) InviteCallbackEnum :string
- Description:
Invite级别回调的枚举
Properties:
| Name | Type | Description |
|---|---|---|
CALL_ACCEPT_NOTIFY |
string | |
CALL_REJECT_NOTIFY |
string | |
CALL_TIMEOUT_NOTIFY |
string | |
CALL_RINGING_NOTIFY |
string | |
CALL_CANCEL_NOTIFY |
string | |
RESPONSE_CALL_TIMEOUT_NOTIFY |
string | |
CALL_CLOSE_NOTIFY |
string |
Invite级别回调的枚举
Type:
- string