instagram-private-api
instagram-private-api copied to clipboard
Invite/Join Live Broadcast, Direct Voice Call
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?!
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.
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...
But join requests require one or two webrtc connections, as once a user joins, it's like a video call.
i think there is method... for example when we request >"live/{broadcastId}/get_comment/" we get systemComment that show us who has been joined...
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.
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