call abstract method

Future<TUIValueCallBack<String>> call(
  1. String api,
  2. String param
)

13.2 Semantic JSON API.

@note This function supports conference room type and live room type ({@link TUIRoomType.conference} & {@link TUIRoomType.livingRoom}).

Implementation

Future<TUIValueCallBack<String>> call(String api, String param);