requestId property

String requestId
final

requestId 对本次邀请的唯一标识。 发起邀请者需要自行生成(要保证唯一性,不同的邀不能用同一个id),取消邀请时需要传入同一个requestId。 对于接收方 ,requestId可以在收到相应通知时获取

Implementation

final String requestId;