liuzhenxing1118 7 сар өмнө
parent
commit
c1ff5c9608

+ 1 - 1
artimenring-iOS/Artimenring/Classes/Data/VideoManager+http.m

@@ -61,7 +61,7 @@
     NSDictionary *param = @{
         @"sid":uid,
         @"roomId": self.roomId,
-        @"token":token,
+        @"videoCallToken":token,
         @"dial":@(dial), //是否是拨号 -1 挂断 1 拨号
     };
     NSString* url = dial == 1? URL_VIDEO_DIAL : URL_VIDEO_HANGUP;