Webrtc for only watching? [closed] - webrtc

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 7 years ago.
Improve this question
Is it possible for two customers(users) to have a videochat, so the others only can watch them? Something similar to Deeyoon.com. Deeyoon don't use webrtc.

You should handle this logic by your own.
You can create the peer connection between the speakers. And, also send both these two streams to server.
For all other users, you can just pass these streams. (In this part, you don't need to create a peerview connection)

Related

On Guidewire Billing Center is there a set of APIs to add/remove/delete users from the application? [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 4 years ago.
Improve this question
On Guidewire Billing Center is there a set of APIs to add/remove/delete users from the application without having to go the database to modify the table to it?
OOTB there's nothing like this, you could argue that you can import this data with ImportToolsAPI but that doesn't provide remove and delete operations.
Such a service would be very simple, so if you'd like this I think you could implement one.

How to add custom video property to WebRTC SDP? [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 3 years ago.
Improve this question
Is there a way to add custom video property to SDP? We would like to inform that transmitted video should be cropped to fit the remote screen.
As we are using Janus videoroom plugin also this information must be preserved after passing it.
Regarding Janus, it is not possible. See https://groups.google.com/forum/#!topic/meetecho-janus/Hj1vnR7ZPiw.
It is possible after this article.

Why build relationships into databases [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 6 years ago.
Improve this question
I'm just wondering why you would go to the trouble of specifying relationships between tables.
Is it just for referential integrity?
Ensuring integrity ON THE SERVER has several obvious advantages I can think of:
- it will always be faster than if done by the client (no roundtrips)
- it will protect against developer errors
- you can't always control which client connects to your data

Is there a way to save a process and retrieve it after a reboot? [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 9 years ago.
Improve this question
I know that the best way of accomplishing similar tasks is to save intermediate results into a file and restore the state from that file. But out of curiosity, I just wonder whether there is a way to save a process and retrieve it after a reboot. That's all.
Problem solved. I create a dump file of my process and get the address of my variables. Then I extract all the data I need from the file.

2003 MS Access Visual Basic Workflow [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 7 years ago.
Improve this question
Does anyone know how to program a database to function as a workflow? I would like it to identify the user as they open the database and then open up their 'queue' of work. Any ideas?
Read Remou's answer to this Stack Overflow question: How do I make an Access Form automatically open to a user's data?
It may help to describe your concept of a user's queue of work.