logo

Live Production Software Forums


Welcome Guest! To enable all features please Login or Register.

Notification

Icon
Error

Options
Go to last post Go to first unread
RC_31  
#1 Posted : Friday, May 29, 2020 6:42:12 PM(UTC)
RC_31

Rank: Member

Groups: Registered
Joined: 8/4/2015(UTC)
Posts: 24
Location: Spain

Thanks: 9 times
Was thanked: 1 time(s) in 1 post(s)
Hi you all!

I wonder if it is possible to change vMix logo from the link I send to the callers in order to use mine, like using vMix Call like a "white brand". Would it be possible in furhter updates?

Thanks!
Simsyuk  
#2 Posted : Friday, May 29, 2020 7:42:20 PM(UTC)
Simsyuk

Rank: Advanced Member

Groups: Registered
Joined: 8/16/2019(UTC)
Posts: 337
United Kingdom

Thanks: 70 times
Was thanked: 21 time(s) in 17 post(s)
Have you added this to the request section? https://forums.vmix.com/topics/4-Feature-Requests
thanks 1 user thanked Simsyuk for this useful post.
RC_31 on 6/4/2020(UTC)
KnKproductions  
#3 Posted : Saturday, May 30, 2020 3:10:30 AM(UTC)
KnKproductions

Rank: Advanced Member

Groups: Registered
Joined: 4/6/2019(UTC)
Posts: 95
United States
Location: Florida

Thanks: 10 times
Was thanked: 13 time(s) in 11 post(s)
First and foremost I am not a web designer at all

BUT

could you not make your own domain/webpage with the data entry fields, and when they click 'connect' on your page it fills the fields in the vmixcall.com page without the user ever seeing it?

thanks 1 user thanked KnKproductions for this useful post.
RC_31 on 6/4/2020(UTC)
Follo  
#4 Posted : Monday, June 1, 2020 10:49:39 PM(UTC)
Follo

Rank: Advanced Member

Groups: Registered
Joined: 10/10/2019(UTC)
Posts: 39
Man
Germany
Location: Bonn

Thanks: 1 times
Was thanked: 12 time(s) in 6 post(s)
Hi, just build your own Page with Inpzut fields and this Script:

Quote:


<!-- Code VMix -->
<script type="text/javascript" src="http://code.jquery.com/jquery-latest.min.js"></script>
<script type="text/javascript">
$(document).ready(function(){
$('#vmixform').submit(function(){
var urlNumber = $('#vmixNumber').val()
var urlName = $('#vmixName').val()
var urlString = urlNumber + "&Name=" + urlName
window.location = "https://www.vmixcall.com/call.aspx?Key=" + urlString;
return false;
});
});
</script>


For the text fields

Quote:

<input type="text" class="form-control" id="vmixName" placeholder="Name" name="vmixName" required>

<input type="text" class="form-control" id="vmixNumber" placeholder="Password vMix Call" name="vmixNumber" required>
thanks 4 users thanked Follo for this useful post.
ask on 6/2/2020(UTC), KnKproductions on 6/3/2020(UTC), greggibson on 6/4/2020(UTC), RC_31 on 6/4/2020(UTC)
RC_31  
#5 Posted : Thursday, June 4, 2020 6:26:00 PM(UTC)
RC_31

Rank: Member

Groups: Registered
Joined: 8/4/2015(UTC)
Posts: 24
Location: Spain

Thanks: 9 times
Was thanked: 1 time(s) in 1 post(s)
Thanks a lot guys for your help. I'll try it out asap.

Thanks again!
DWAM  
#6 Posted : Thursday, June 4, 2020 8:27:37 PM(UTC)
DWAM

Rank: Advanced Member

Groups: Registered
Joined: 3/20/2014(UTC)
Posts: 2,721
Man
France
Location: Bordeaux, France

Thanks: 243 times
Was thanked: 794 time(s) in 589 post(s)
Adding your +1 to this feature request is probably the best thing to do to see this feature natively implemented in vMix.
https://forums.vmix.com/...-VmixCall-in-white-label

This code provided above will work but the vMix logo will still be visible if a call is disconnected by choice or failure. So if your idea is to hide completely the vMixcall website, it's impossible.
Users browsing this topic
Forum Jump  
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.