question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[Feature request]: `keepAliveTime` option for `createMeeting()`

See original GitHub issue

Community Note

  • Please vote for this issue by adding a 👍 reaction to the issue. This will help the community and maintainers from the Amazon Chime SDK team to prioritize this request.
  • Please do not leave “+1” or “me too” comments, they generate extra noise for issue followers and do not help prioritize the request.
  • Please go through the existing issues to see if your request has already been recommended.
  • Please do not use this template for bugs or support. Each individual repository has a PR template, documentation and resources for troubleshooting.
  • If you are interested in working on this issue or have submitted a pull request, please leave a comment.

Tell us about your request

It would be great to be able to pass a minimum meeting duration (keep-alive time) when creating a meeting.

What do you want us to build?

The ability to pass a keepAliveTime option to the createMeeting() call.

Which Amazon Chime SDK or feature area is this request for?

amazon-chime-sdk-js

Tell us about the problem you are trying to solve and why is it hard?

The meeting feature I’m working on has the requirement that the meeting stays alive for at least X minutes. Even if there is prolonged inactivity during this time.

How are you currently solving a problem?

Currently, it seems like the only option is to create a new meeting when the meeting has expired. However, this is rather tricky when someone has already joined the meeting, but has not started it yet. In this scenario, the user is considered to be inactive. But, when this meeting expires and another attendee creates a new meeting to replace the expired one, the joined user, will now have to leave the expired meeting and then again join the new meeting.

Additional context

/

Issue Analytics

  • State:open
  • Created 2 years ago
  • Reactions:6
  • Comments:8 (2 by maintainers)

github_iconTop GitHub Comments

2reactions
michhyun1commented, Jan 12, 2022

@marnixhoh unfortunately not that I know of currently. We’ll be sure to keep track of this item. Thanks!

2reactions
michhyun1commented, Jan 11, 2022

@marnixhoh you’ve probably seen this already, but just attaching here for visibility: https://aws.github.io/amazon-chime-sdk-js/modules/faqs.html#when-does-an-amazon-chime-sdk-meeting-end Chime Meeting Auto end policy ^

Thanks for bringing this up. We’ll take a look at this and determine if its something we can work on in the future.

Read more comments on GitHub >

github_iconTop Results From Across the Web

CreateMeeting - Amazon Chime - AWS Documentation
Creates a new Amazon Chime SDK meeting in the specified media Region with no initial attendees. For more information about specifying media Regions, ......
Read more >
[Feature request]: `keepAliveTime` option for `createMeeting()` - Aws ...
The ability to pass a keepAliveTime option to the createMeeting() call. Which Amazon Chime SDK or feature area is this request for? amazon-chime-sdk-js ......
Read more >
Feature request: offer view options prior to entering room
Solved: Hi! Several times lately I have felt frustrated because I entered a scheduled Zoom meeting and the view settings from my previous ......
Read more >
PortSIP VoIP SDK Manual for Android - Scribd
Send OPTIONS/INFO/MESSAGE functions . ... This event will be triggered when received the SUBSCRIBE request from a ... setKeepAliveTime (int keepAliveTime)
Read more >
PortSIP VoIP SDK Manual for Windows | Manualzz
clearAudioCodec () Remove all enabled audio codecs. void PortSIP. ... setKeepAliveTime (Int32 keepAliveTime) Enable or disable send SIP keep-alive packet.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found