Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
yinhaichaoo authored Mar 29, 2024
1 parent 346121a commit 95b4f69
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions QuickStart/iOS/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,16 +60,7 @@
configObj.userId = self.configObj.userId;
configObj.gameId = self.configObj.gameId;
configObj.roundId = self.configObj.roundId;
VeGameControlObject *control = [VeGameControlObject new];
control.role = self.configObj.role;
control.roomType = self.configObj.roomType;
configObj.control = control;
configObj.sessionMode = self.configObj.sessionMode;
configObj.queuePriority = self.configObj.queuePriority;
configObj.keyboardEnable = self.configObj.keyboardEnable;
configObj.autoRecycleTime = self.configObj.autoRecycleTime;
configObj.videoStreamProfileId = self.configObj.videoStreamProfileId;
configObj.reservedId = self.configObj.reservedId.length ? self.configObj.reservedId : nil;
// 启动
[[VeGameManager sharedInstance] startWithConfig: configObj];
```
4. 实现相关回调。
Expand Down

0 comments on commit 95b4f69

Please sign in to comment.