mesibo / conferencing

Mesibo Video and Audio conferencing, live streaming, on-demand streaming demo app
40 stars 20 forks source link

Android conferencing #10

Closed Sreyams closed 3 years ago

Sreyams commented 3 years ago

I have compiled the Android code and when I execute it, how and where I can do a conference call? I see I can create the room, enter a room but not sure how to make a call. Please help. In the debug mode, where do I see the audio call initiation etc.?

Is the github code same as the livedemo? because I do not see the same features.

heisenberg-hash commented 3 years ago

First, create a room. This room will now have a room-id and pin. You need to share the room-id and pin with people who you want to join the conference.

Click on the invite participant button to copy the room-id and pin. conf-controls

Participants will now be able to enter your room by entering this room-id and pin.

Refer to the Conferencing API Documentation to learn about group call initiation, publishing, and subscribing streams, etc.

Sreyams commented 3 years ago

Yes, I have done that way you have suggested. But the question I have is, based on the github code I have compiled, I do not see where one of the participants in the meeting room to make a group call. Is that group call code built into it? I see in the code there is a groupcall section.

I am bit confused here

Sreyams commented 3 years ago

I am not sure about which is the UI button to invoke a group call?

mesibo commented 3 years ago

Refer to the API documentation to learn how code works

https://mesibo.com/documentation/api/conferencing

Start with basic demo https://github.com/mesibo/conferencing/tree/master/web/basic-demo