QuickBlox / quickblox-android-sdk

QuickBlox Android SDK includes code snippets with main use cases and framework JAR library.
BSD 3-Clause "New" or "Revised" License
417 stars 697 forks source link

Group video calling #429

Closed monikarora closed 3 years ago

monikarora commented 7 years ago

Hey , i want to add group video calling in my app . I've checked code than compile successfully , but if i run code with my credential(create account in quickblox) its not working if i used in-built credential its working but always show inbuilt user listing . i don't know how to use group video in my app , please help me Thanks!

RomanPronin commented 7 years ago

Hi @monikarora, what kind of inbuilt user listing are you talking about? In sample-videochat-webrtc you create user and room manually, like here Look at sample more carefully, and if you get some error show us.

monikarora commented 7 years ago

Hey @RomanPronin , already create user than add room manually than show user list that listing not add by me . how to add my own contact list . please check these images list login

RomanPronin commented 7 years ago

Yes, it is cause you are joined to existing room. Room name is a user tag, which you created (link). So, either create unique room-tag, or use credentials from your own account. Pay attention, for the proper work of the sample you have to setup GCM too.

monikarora commented 7 years ago

Okay , but own credentials not work . get credentials from this link https://admin.quickblox.com/account/settings & https://admin.quickblox.com/apps/60721/edit , if i add my own credentials app is not login

RomanPronin commented 7 years ago

Uninstall app completely, and then deploy it again. The problem might have been in app cache with old settings. If you still get error, then show it us.

monikarora commented 7 years ago

Okay i'll try again

monikarora commented 7 years ago

Hey @RomanPronin thanks now its working . please tell me how to add user in to list . always hit signup api ?why always add tag ? in my app i want group video calling like online lecture & if app is not open calling is not working ?

RomanPronin commented 7 years ago

Yes, you should do signup to create user. So, use the same room name, on other device. One device, one user.

monikarora commented 7 years ago

Okay @RomanPronin ,if app is not open video calling is not working ?

RomanPronin commented 7 years ago

@monikarora, if you want to get call, while app isn't running, you should set push notifications. I advise you to go deeper into the sample code for understanding the principles of its work.

monikarora commented 7 years ago

Okay @RomanPronin Thanks for help

jay2342 commented 7 years ago

hey monikarora Hey RomanPronin Roman i need your help

jay2342 commented 7 years ago

monikarora what can you make from android studio and can we be friends

jay2342 commented 7 years ago

monikarora

jay2342 commented 7 years ago

monikarora

monikarora commented 7 years ago

Hey @jay2342 tell me issue you have face for quickblox video chat ?

jay2342 commented 7 years ago

monikaroa i have issue about quickblox android studio chat app

nirjastaff commented 6 years ago

i have issue whille chnage package name and if of Quickbox of db_config.json file video calling screenn not show

rizwanjillani commented 6 years ago

Hi , @monikarora i m facing issue while saving session. please help regarding how to save session

ghost commented 3 years ago

Hello QuickBlox customers,

This is Nikolay from QuickBlox support.

The issue was closed as it is outdated.

Please check the relevant section of our documentation here: https://docs.quickblox.com/docs/android-authentication

Also, please update the SDK to the latest version: https://github.com/QuickBlox/quickblox-android-sdk-releases/releases/tag/3.9.11

Additionally, please check our new samples: https://docs.quickblox.com/docs/code-samples#chat-samples https://docs.quickblox.com/docs/code-samples#video-calling-samples

If it is still relevant after reviewing the updated information, feel free to open a new issue.

Have a nice day.