Roy Sivan
Forum Replies Created
-
Forum: Plugins
In reply to: [wpRTC - WebRTC for WordPress] Not seeing other personv2 is due out shortly, since we are changing the core webRTC engine, I don’t want to spend too much time debugging the old. I apologize for the inconvenience.
Forum: Reviews
In reply to: [wpRTC - WebRTC for WordPress] Well designed, developed and supportedThank you for the feedback!
Forum: Plugins
In reply to: [wpRTC - WebRTC for WordPress] Not seeing other personWhat browser / environments are you guys using?
Forum: Plugins
In reply to: [AngularJS for WordPress] ng-binding?@davelindberg – Saw your GitHub issue, and pushed a new version for sanitation of HTML.
I suspect the issue was you have full on HTML with classes and id’s, and the ” was messing with the sanitize. I now have the content do a switch from ” to ‘ and it cleared up any errors from that.
Roy
Forum: Plugins
In reply to: [wpRTC - WebRTC for WordPress] Mac browser issues in Safari and ChromeThank you @michaelbeil – I am working on v2 and have been gaining some support to help me. Looks like a testable version will go out within the next 2 weeks, and hoping to have a new FREE version out in the repo for you to update to by end of May.
Hoping the PRO version, which will include a lot more features, will drop in June or July
I will keep you all posted!
Thank You,
Roy SivanForum: Plugins
In reply to: [wpRTC - WebRTC for WordPress] Wp in a SubfolderThank you namgis, very much appreciated.
v2 is started, not any code yet, but laying down some foundational thought in how I want to code it, and what tech I want to use to power it.
i’m hoping to have a beta of v2 available for testing within the next few weeks. I will post a link in the admin area with how you can help me by beta testing and/or contributing to it.
Roy
Forum: Plugins
In reply to: [wpRTC - WebRTC for WordPress] Wp in a SubfolderThe issue itself was resolved.
shoot me an email through my website – roysivan.com to get the current PRO version.
My latest plan is to not use SimpleWebRTC API any more, but use something a bit more stable and already more cross browser (for those that support it). The pro version will be revamped with that library first, then I will push the library to the this (free) version with limited functionality.
Forum: Plugins
In reply to: [wpRTC - WebRTC for WordPress] Wp in a Subfolderresolved
Forum: Plugins
In reply to: [wpRTC - WebRTC for WordPress] can't get it to work on ipadWebRTC is not Apple compatible, they are thinking of releasing their own version.
The new version I am planning to come out with SHOULD be more cross-browser, but still won’t support Safari / Apple.
Forum: Plugins
In reply to: [wpRTC - WebRTC for WordPress] Make this work for BuddypressHi,
Unfortunately there is no way to make 1:1 sessions in the plugin, but what you can do is have 1:1 sessions be a room with only 2 people have access.
If i was coding this I’d make a CPT (room) that has 2 meta for each of the ID’s of people allowed in, check that on enter, and if its not one of those 2 then redirect them away or have a message saying they are not authorized for this video room.
For non-logged in, I’m pretty sure you can just post the video on any page and send out the link, don’t think you have to be logged in to see the video room.
I’m closing this as these are feature requests, I will try to incorporate as much as I can into the next big version.
Roy
Forum: Reviews
In reply to: [wpRTC - WebRTC for WordPress] Great PluginThanks for the feedback! I am still hoping to launch a new version shortly.
Forum: Plugins
In reply to: [AngularJS for WordPress] ng-binding?please try turning off all other plugins, and going back to 2014, or a theme without any custom code.. if it works there, then I’d like to know what is causing the issue. Not very typical
Forum: Plugins
In reply to: [AngularJS for WordPress] ng-binding?Dave, what other plugins or anything else “angular” do you have running, something is conflicting.. angular.js (angular.min.js) isn’t even being loaded
Forum: Plugins
In reply to: [AngularJS for WordPress] newPost post_type: not creating cptgo to the edit screen for that page, is angularjs loading the content (meta box) for that page?
Forum: Plugins
In reply to: [AngularJS for WordPress] ng-binding?Hi Dave, do you have a sample site URL?
I patched a fix for it a bit ago, so make sure you are running the most recent version.