Future< String > getCallId ()
获取当前的通话 ID。
Returns
- 方法调用成功,则返回当前的通话 ID。
- 方法调用失败,则返回空字符串 ""。
Implementation
Future<String> getCallId() {
return _invokeMethod('getCallId');
}
最近更新时间:2022-09-20 05:17:40
Future< String > getCallId ()
获取当前的通话 ID。
Returns
Future<String> getCallId() {
return _invokeMethod('getCallId');
}