1 package com.netease.nimlib.sdk.avsignalling.event;
10 private String toAccountId;
11 private String requestId;
17 this.toAccountId = toAccountId;
18 this.requestId = requestId;
19 this.pushConfig = pushConfig;
InvitedEvent(SignallingEvent event, String toAccountId, String requestId, SignallingPushConfig pushConfig)
String getToAccountId()
被操作者帐号id ,即被邀请对象
String getRequestId()
由邀请发起者生成邀请唯一标识
SignallingPushConfig getPushConfig()
推送配置