-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Live Kit UI adjustments #151
Comments
|
Live Kit UI V1 specifications: Bottom BarMove all controls and call details to bottom bar:
Participan View:Each participant box in the call view:
Participants ListList of participants with:
Chat viewLet's disable it for now until I can figure out some logic issues that are not delivering msgs to other participants right now. On any case this is part of the Sphinx app and they can chat in sphinx while in the call |
@tomastiminskas @pitoi Here is a suggestion for V1 of Live Call UI, along with few notes. Chat View Bottom Bar Participant view Participant List Mobile One of the alternative may be having Mic, Speaker, Camera, Flip and end call in bottom menu, and keep participant list in top right corner Few elements to consider:
Tabs The simple option may be creating tabs similar to ones in Safari browser. Here is an old preview |
Based on the call we had with @Antanasijevic here are the areas/aspects of the call UI we could adjust to match Sphinx design and colors.
Screenshot references:
iOS:
Mac:
Changes to consider:
In addition we discussed about sharing your profile picture for others to see it while you are not with your camera enabled (instead of the crossed camera icon). For that I was researching and I found that there is a
metadata
field that can be passed when generating thetoken
used to join a call. If we add thatmetadata
field in the token generation then each participan will be able to access themetadata
of the rest of the participants on the call and use that info to show the picture and name.@Evanfeenstra can you try adding new
profilePictureUrl
param in the generate token endpoint and add the metadata field when generating the token with the value in that new field?The
metadata
should look something like this"metadata": "{\"nickname\":\"John\", \"profilePictureUrl\":\"https://example.com/profile.jpg\"}"
I think it's worths it to add
nickname
as well insidemetadata
so we can took it from there and show it instead of the main nickname that seems to have a suffix for uniqueness.The text was updated successfully, but these errors were encountered: