vMix Forums
»
General
»
vMix Call
»
My own logo in vMix call link?
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!
|
|
|
|
Rank: Advanced Member
Groups: Registered
Joined: 8/16/2019(UTC) Posts: 346 Thanks: 75 times Was thanked: 22 time(s) in 17 post(s)
|
|
1 user thanked Simsyuk for this useful post.
|
|
|
Rank: Advanced Member
Groups: Registered
Joined: 4/6/2019(UTC) Posts: 95 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?
|
1 user thanked KnKproductions for this useful post.
|
|
|
Rank: Advanced Member
Groups: Registered
Joined: 10/10/2019(UTC) Posts: 43 Location: Düsseldorf Thanks: 1 times Was thanked: 13 time(s) in 7 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>
|
4 users thanked Follo for this useful post.
|
|
|
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!
|
|
|
|
Rank: Advanced Member
Groups: Registered
Joined: 3/20/2014(UTC) Posts: 2,721 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-labelThis 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.
|
|
|
|
vMix Forums
»
General
»
vMix Call
»
My own logo in vMix call link?
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.
Important Information:
The vMix Forums uses cookies. By continuing to browse this site, you are agreeing to our use of cookies.
More Details
Close