instagram-private-api icon indicating copy to clipboard operation
instagram-private-api copied to clipboard

Invite/Join Live Broadcast, Direct Voice Call

Open mohsen-rasouli opened this issue 4 years ago • 6 comments

Is it possible or any way to accept join request in Live broadcast?!

I'm using this api for get SteamUrl, StreamKey, enable, disable pin and see comment for IG live broadcasting with OBS. It's works good. thank. But sometime I need to accept someone who request to join to live... So... Is it possible or any way to accept join request in live broadcast?!

mohsen-rasouli avatar Apr 29 '20 08:04 mohsen-rasouli

The simple answer is no. How would you imagine that to work? Suddenly a magic window opens in obs and you are talking to another person through obs?! This is not possible. If you want to add support, feel free to do that.

Nerixyz avatar Apr 29 '20 09:04 Nerixyz

Hi @Nerixyz. I don't want magically open obs windows :D... I just want a way to see and accept request (like see comment, pin or unpin). I think there is a link or somethings like comment method that fetch join request data...

mohsen-rasouli avatar Apr 29 '20 18:04 mohsen-rasouli

But join requests require one or two webrtc connections, as once a user joins, it's like a video call.

Nerixyz avatar Apr 29 '20 18:04 Nerixyz

i think there is method... for example when we request >"live/{broadcastId}/get_comment/" we get systemComment that show us who has been joined...

mohsen-rasouli avatar Apr 29 '20 19:04 mohsen-rasouli

at first, I was excited about this idea. but after thinking for a moment, it's really complicated to manage it.

if you accept someone he will come into your live but there is no way to be able to see his camera instead.

I also thought of using another device to see the result on Instagram. If we use that is going to be a big delay between what he said and what we are saying. It could be interesting in some cases but not a lot.

Nesslax avatar Nov 08 '20 22:11 Nesslax

But join requests require one or two webrtc connections, as once a user joins, it's like a video call.

for webrtc, I think can use this library

a4smanjorg5 avatar Mar 01 '22 16:03 a4smanjorg5