|
@@ -171,6 +171,15 @@ class PlatformService extends JsonRpcClientBase {
|
|
|
"OpenLiveConsultation", [consultationCode, isJoin, pageIndex, token]);
|
|
|
}
|
|
|
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+ Future<void> openDeviceLiveWindow(String deviceCode, String token) {
|
|
|
+ return call("OpenDeviceLiveWindow", [deviceCode, token]);
|
|
|
+ }
|
|
|
+
|
|
|
|
|
|
Future<int> getWindowsNum() async {
|
|
|
var rpcRst = await call("GetWindowsNum");
|