-
Notifications
You must be signed in to change notification settings - Fork 0
Ninchat group video chat
Ninchat group video chat SDK provides real-time multiparty video conferencing for Android applications.
From this screen, users can click on the "Join video meeting" button to join a video meeting. We can customize the following UI elements:
- Android
color
resource:ninchat_color_background_top
This is the video icon at the top of the view. It is an ImageView
and uses the Android style
resource.
ninchat_icon_video_conference
- We can also change individual attributes:
- Width: Android
dimen
resourceninchat_conference_video_icon_size
. Default:40dp
- Height: Android
dimen
resourceninchat_conference_video_icon_size
. Default:40dp
- marginTop: Default
20dp
- Icon: Android
drawable
resourceninchat_icon_video_conference
- Width: Android
This is the title of the conference. It is a TextView
and uses the Android style
resource.
NinchatTheme.Conference.TitleText
- We can also change individual attributes:
- Text Size: Android
dimen
resourceninchat_conference_title_text_size
. Default:20dp
- Text Color: Android
color
resourceninchat_color_text_normal
- marginTop: Default
10dp
- Text Size: Android
This is the join meeting video button. Clicking this button will take the user to the conference call. It uses the Android style
resource.
NinchatTheme.Conference.Join
- We can also change individual attributes:
- Margin Top: Default
15dp
- Background: Android
drawable
resourceninchat_chat_primary_button
- Text Color: Android
color
resourceninchat_color_button_primary_text
- Margin Top: Default
A long description of the meeting. The description text comes from the site config. It is a TextView
and uses the Android style
resource.
NinchatTheme.Conference.DescriptionText
- You can also change individual attributes:
- Text Size: Android
dimen
resourceninchat_conference_description_text_size
. Default:15dp
- Text Size: Android
The Toggle Chat View allows users to switch between chat and video views. It is only visible when we are in ongoing video call. It uses the NinchatTheme.MultiChoice
style component. Customize the following UI elements:
Set the background of the toggle button. Android drawable
resource
ninchat_chat_secondary_button
Set the icon for the toggle button. Android drawable
resource
ninchat_icon_toggle_chat_bubble
- Home
- Installation
- SDK Permission
- How to integrate the SDK
-
Overriding SDK assets
- Old resources doc ( < SDK 0.10.0 )
- Queue list view
- In Queue view element
- Command / Chat view elements
- Review / Rating view
- Dialogue(s)
- Titlebar
- Questionnaire
- Buttons
- Example Integration
- Building the Go library
- Building SDK .aar
- Contact Us
- Licenses