.createLocalInvitation{
String calleeId
}
flutter LocalInvitation RtmCallManager
创建呼叫邀请。
参数
calleeId
被呼叫者的 user ID。
返回
null 如果 RtmCallManager 实例已被释放。
Implementation
Future <void> RtmCallManager.createLocalInvitation{
String calleeId
}