-
Couldn't load subscription status.
- Fork 42
feat(Conference, Webphone): RCINT-7871:Cannot add people to call while the call is being recorded #968
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
* Modify mockApi to specify http method name * disable log btn in call list when the item is fax messsage (ringcentral#775) * disable log btn in call list when the item is fax messsage * should show button on call log notification when have related function * Fix mock API for meeting scheduler (ringcentral#777) * Mock Meeting & Service Info api (ringcentral#779) * mock API * no message * change switch disable color (ringcentral#778) * change switch disable color * remove setting page last two item line border (ringcentral#782) * remove setting page last two item line border * [feature] Wrap libphonenumber-js in @ringcentral-integration/phone-number package (ringcentral#783) * fix linkline icon postion to alignment right (ringcentral#784) * fix linkline icon postion to alignment right * modify logout icon size * Modify style of log icon in calls tab (ringcentral#785) * Modify style of log icon * fix dialerUI hooks sync (ringcentral#786) * Rcint 7530 audio setting messy code (ringcentral#781) * fix messy code showed when device is plugged out * code refine * update * update * fix failed tests in LogBasicInfo which is caused by letter case mismatch (ringcentral#789) * Update the style and text of DatePicker. (ringcentral#792) * fix search input exceeding width issue (ringcentral#791) * bugfix: user guide module cannot fall back to en-US automatically (ringcentral#787) * minor: make close button optional in AdpterCore (ringcentral#788) * fix SpinnerOverlay background-color translucence bug for safari (ringcentral#794) * fix tests in LogBasicInfo which is caused by letter case mismatch (ringcentral#793)
…s into rcint-7871
…s into rcint-7871
| isRecording(session) { | ||
| const isRecordStart = status => ( | ||
| status === recordStatus.pending || | ||
| status === recordStatus.recording |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why not just !==recordStatus.idle
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
and why create a calculus every time we run theisRecording
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
and why add this function into the conference call module?
| } | ||
| } | ||
|
|
||
| isRecording(status) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
remove this to webphoneHelper.js
feature(rcint-7871): Improvement_User cannot add people to call while the call is being recorded