-
Notifications
You must be signed in to change notification settings - Fork 269
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Overlaying publisher-video element on top of subscriber-video element not working #244
Comments
@primashah Are you using the updated plugin ? https://github.com/opentok/cordova-plugin-opentok |
Hello, I have the same error, but in my case I am trying to show another view on the video. my code: none(){
.css } .none { } .block { } #publisher { #screen-preview { |
I am using following design and it works perfectly for me using cordova-plugin-opentok
|
Hi ,
I am working on ionic 2 cordova app.
I am trying to set publisher's Video with absolute position in a way that it sits on top of subscriber video. I tried following css and code to make it work, but the publisher video is always positioned on top left corner of IPad screen:
css
The publisher properties used for initialisation are:
{
}
The subscriber properties are:
{
}
The text was updated successfully, but these errors were encountered: