Customize page the openvidu-call

Hello, does anyone know how to customize the openvidu-call pages for another language, or other logos with different colors being used by the docker?

You have to download source code, change it and regenerate the docker image.

For now there is no way to customize OpenVidu Call without editing the code. We plan to provide this feature in the future.

1 Like

Okay, do we have to download all the code or just the OpenVidu-Call? Using a Docker container manager would be possible to perform this operation?

Only OpenVidu-Call code.

Follow this small guide: https://docs.openvidu.io/en/2.14.0/demos/openvidu-call/

I followed all steps as provided Here: https://docs.openvidu.io/en/2.15.0/demos/openvidu-call/
All code implemented on AWS ec2 ubuntu 18.04 but after completed all steps then not able to start openVidu Call on aws. is that need to editional configuration?
From where i have to get MY_SECRET?

here is the server folder structure:
openVidu

Have you created the docker image?

https://docs.openvidu.io/en/2.15.0/demos/openvidu-call/#docker-image

Have you updated docker-compose.override.yml?

https://docs.openvidu.io/en/2.15.0/deployment/deploying-openvidu-apps/#with-docker

Hello @nishmohan,

If you want to deploy your application using Docker, you will have to understand how docker works.

your-tag-name=> what value will come in this?

The name of the docker image you want to create. After creation, you should “transfer” the new image into the server. How? It depends on you. You can use a docker registry or you can export, transfer and import the image.

branch-name=> what do you mean by branch name?

The name of the source code repository (default to master)

your-secret=> i’m using openVidu CE then why it’s asking for secret key?

When you deploy OpenVidu CE you configure a secret key.

your-openvidu-url=> what url will come?

It depends on your deployment. If you want to deploy the app on the OpenVidu server, then you will only have to change the image name in the provided docker-compose.override.yml to the name of your image. The rest of the values are ok.

I understand you have to mange a lot of things to make it work. If you need 1 to 1 assistance, we can provide commercial support.

Regards

You have to set a real value in <BASE_HREF_URL> or remove the property completely to use the default value.

Hello,

I did not provide url in command because of security reasons but i used following command:
docker build -f prod.dockerfile -t openviducall --build-arg BRANCH_NAME=master --build-arg BASE_HREF=https://100.26.151.81 .

Base-href is not a full URL. It is the path within the server where you plan to deploy the application.

If you plan to deploy the application in the root of the server, the just remove that build-arg.

Regards

then command will be:
docker build -f prod.dockerfile -t openviducall --build-arg BRANCH_NAME=master

??

One more question if i want to deploy in following directory then what will be BASE_HREF:
/home/ubuntu/openvidu-call/

thanks

hello gallego,

can you provide me video link which provide step by step process to setup on AWS ubuntu 18.0 server for openVidu-call demo code so all steps are easy to setup?

openVidu-call code is good and can be able to modify the code then my company will go with Pro version?

I wasted my 10 days on this there is no clearly process to setup.

Thanks

Base-href is not related with the folder you put the code in the server. Base-href is related with the URL you provide to your users. If the URL is https://xxx.xxx.xxx/myapp, then base-href should be /myapp.

We have limited resources and we try to help with OpenVidu related things in the forum. You are having problems with application development in general. If you are interested in dedicated consultancy services, please send us an email to commercial@openvidu.io

Regards

your charges is high and i want following things with my logo, image etc:

  1. Customized screens
  2. Live Stream / Meeting
  3. Share Screen
  4. Record

but all things should be own my server?

your charges i can not afford. I want use openVidu but due to installation process confusion i could not.

thanks

Hello

There is no process to configure the openVidu-call on aws Ubuntu server. If I go with commercial support then is that possible that it will configure 100% on AWS server?
Can able to do edit the code of openvidu on aws server?

I’ll go with angular and nodeJs

Thanks

You can do it yourself without any support on our side.

If you have issues, we can provide you priority support as part of our commercial services. We can help you to have all the source code in the AWS server so you can edit and compile the app as you wish. But the development experience will be less than ideal.

Regards

how much time it will take to setup on AWS server if i took commercial support.

thanks

If you only want a tutorial working on your AWS server, we can do it in the minimum support package of 5 hours.

If you want to add features to the application, it has to be evaluated separately.