Hi
I try to build a simple voice call with javascript. I try to build my own UI with https://github.com/jitsi/lib-jitsi-meet.
With lib-jitsi-meet
we can set display name with room.setDisplayName
. But how to set an email and avatar?
Regards
Hi
I try to build a simple voice call with javascript. I try to build my own UI with https://github.com/jitsi/lib-jitsi-meet.
With lib-jitsi-meet
we can set display name with room.setDisplayName
. But how to set an email and avatar?
Regards
Change avatar:
APP.conference.changeLocalAvatarUrl(...)
Change email:
APP.conference.changeLocalEmail(...)
https://github.com/jitsi/jitsi-meet/blob/2a01d3550c85d7bb4e914bb6ef4eca30b89bc018/modules/API/API.js