|
@@ -1257,9 +1257,9 @@ typedef NS_ENUM(NSInteger, ACCOMPANYACTION) {
|
|
|
CGRect frame = [self getWBoardFrame];
|
|
|
_wBoardCtrl = [[KSWhiteboardControl alloc] initWithDelegate:self viewFrame:frame];
|
|
|
NSString *roomId = [ClassroomService sharedService].currentRoom.roomId;
|
|
|
- if ([roomId containsString:@"S"] || [roomId containsString:@"I"]) {
|
|
|
- roomId = [roomId substringFromIndex:1];
|
|
|
- }
|
|
|
+// if ([roomId containsString:@"S"] || [roomId containsString:@"I"]) {
|
|
|
+// roomId = [roomId substringFromIndex:1];
|
|
|
+// }
|
|
|
_wBoardCtrl.roomId = roomId;
|
|
|
_wBoardCtrl.isRatationImage = self.isRorationImage;
|
|
|
[_wBoardCtrl moveToSuperView:self.view];
|