Skip to content

Conversation

@jarvislin94
Copy link
Contributor

feature(rcint-7871): Improvement_User cannot add people to call while the call is being recorded

ruleechen and others added 14 commits May 27, 2018 23:44
* 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)
isRecording(session) {
const isRecordStart = status => (
status === recordStatus.pending ||
status === recordStatus.recording
Copy link
Contributor

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

Copy link
Contributor

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

Copy link
Contributor

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) {
Copy link
Contributor

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

@huanhulan huanhulan changed the title Rcint 7871 feat(Conference, Webphone): Improvement_User cannot add people to call while the call is being recordedRcint 7871 Aug 2, 2018
@huanhulan huanhulan changed the title feat(Conference, Webphone): Improvement_User cannot add people to call while the call is being recordedRcint 7871 feat(Conference, Webphone): Cannot add people to call while the call is being recorded RCINT-7871 Aug 2, 2018
@huanhulan huanhulan changed the title feat(Conference, Webphone): Cannot add people to call while the call is being recorded RCINT-7871 feat(Conference, Webphone): RCINT-7871:Cannot add people to call while the call is being recorded Aug 2, 2018
@huanhulan huanhulan merged commit d82ca89 into ringcentral:master Aug 2, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants