Skip to content
This repository has been archived by the owner on Jan 18, 2023. It is now read-only.

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfenrain committed Mar 1, 2018
1 parent 570f93c commit a57dc54
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/ios/OpenTokPlugin.m
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,6 @@ - (void)initPublisher:(CDVInvokedUrlCommand *)command{
[self.webView.superview addSubview:_publisher.view];

[self setPosition: @"TBPublisher" top: top left: left width: width height: height];
//[_publisher.view setFrame:CGRectMake(left, top, width, height)];

// Set depth location of camera view based on CSS z-index.
_publisher.view.layer.zPosition = zIndex;
Expand Down

0 comments on commit a57dc54

Please sign in to comment.