Closed victorpintot8 closed 7 years ago
Hi @victorpintot8, thanks for writing in.
name
between your twilio-video.js Room and your twilio-chat.js Channel. Your application would ensure the Clients are connecting to resources with the same name. When Feature 2 above lands, we may also allow you to pin down the particular Room a Client can connect to, making this use case a little easier.Does that answer your questions?
Thanks! Mark
Great!. Don't want to put pressure on you guys, but when do you think recording will be available ?. I'm currently developing an application whose launch date is late March.
We cannot make any commitments on when the remaining Server-side work will complete; however, we have already landed Client-side APIs, such as Room#isRecording
and the "recordingStarted" and "recordingStopped" events, for querying the recording state. We will post back here when recording is available. Leaving this ticket open until then.
@markandrus For the 2nd of @victorpintot8's questions, could this be accomplished in the meantime by generating a GUID or some some similarly unique string on the server, and then sending that to the clients as the room name?
@markandrus any update on the recording situation?
Hi @jamesgraham and @sedenardi,
A Rooms REST API (which allows you to pre-create Rooms) and the recording functionality are available today in Developer Preview. Please reach out to me (mroberts@twilio.com) or rbrazier@twilio.com for early access. We are actively working on getting customer feedback during this period, after which the features will move to Beta (and anyone ought to be able to try them out).
In the meantime, @sedenardi, yes I think a GUID like that could work.
Best, Mark
Thanks @markandrus have dropped you an email 👍
@markandrus any update on the recording preview in dashboard? Please let me know where I can see recordings. I tried here : https://www.twilio.com/console/video/logs/conversations But this page is not working and show permission required something....
@contactpkb Group Rooms and Recordings are now in Public Beta as of May 18. That URL you shared appears to be for the now deprecated "Conversations" product.
Please see the blog post Announcing Programmable Video Group Rooms: More Participants, Video Recording, and Pricing for Scale for more information. It should include everything necessary to get started.
@markandrus Is there any way to get the audio recording for the meeting in a single mixed format instead of separate tracks? What is the motivation for providing the recording as separate tracks instead of a single mixed file?
@markandrus Is there a way to get a single mixed recorded file for the group room? I need to give access to the recordings of the group chat room to my clients right after the session is completed.
Hi, greetings from Ecuador. My team and I have a few questions about using Programmable Video SDK (PHP + Javascript).
1) Recording a video call, is it possible to end up with a video file with the audio (voices) separated in individual channels?. One for the voice of the user A and the other for the user B so that we can discard the voice channel of user B and only keep the voice of the user A. We wish to perform some sort of voice analysis but just for one user of the video call.
2) In our application, we first set up an appointment and later we do the call. Is it possible to generate the room in server side, store its name and then let the users connect to it ?
3) How can we use Programmable Video and Programmable chat in the same window?
Thank you for your help.