new InviteManager()
- Description:
- Source:
Members
(readonly) InviteManagerCallbackEnum :string
- Description:
- Source:
Properties:
| Name |
Type |
Description |
CALL_NOTIFY |
string
|
|
InviteManager级别回调的枚举
Type:
(readonly) InviteManagerCallbackEnum :string
- Description:
- Source:
Properties:
| Name |
Type |
Description |
CALL_NOTIFY |
string
|
|
InviteManager级别回调的枚举
Type:
Methods
addCallback(type, callback)
- Description:
- Source:
Example
inviteManager.addCallback(inviteManager.InviteManagerCallbackEnum.CALL_NOTIFY, onCall);
邀请回调
param:invite - 邀请对象
function onCall(invite){
}
Parameters:
| Name |
Type |
Description |
type |
Object
|
|
callback |
Object
|
|
addCallback(type, callback)
- Description:
- Source:
Example
inviteManager.addCallback(inviteManager.InviteManagerCallbackEnum.CALL_NOTIFY, onCall);
邀请回调
param:invite - 邀请对象
function onCall(invite){
}
Parameters:
| Name |
Type |
Description |
type |
Object
|
|
callback |
Object
|
|
call(callInvite)
- Description:
- Source:
Parameters:
| Name |
Type |
Description |
callInvite |
Object
|
邀请对象 |
call(callInvite)
- Description:
- Source:
Parameters:
| Name |
Type |
Description |
callInvite |
Object
|
邀请对象 |
createInvite(fromUserId, toUserId, options)
- Description:
- Source:
Parameters:
| Name |
Type |
Description |
fromUserId |
String
|
邀请发起方用户id |
toUserId |
String
|
邀请接受方用户id |
options |
Object
|
参数 |
createInvite(fromUserId, toUserId, options)
- Description:
- Source:
Parameters:
| Name |
Type |
Description |
fromUserId |
String
|
邀请发起方用户id |
toUserId |
String
|
邀请接受方用户id |
options |
Object
|
参数 |
getInvite(InviteId)
- Description:
- Source:
Parameters:
| Name |
Type |
Description |
InviteId |
string
|
InviteId |
getInvite(InviteId)
- Description:
- Source:
Parameters:
| Name |
Type |
Description |
InviteId |
string
|
InviteId |