Skip to content
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

V3 group calls #1125

Merged
merged 20 commits into from
May 10, 2017
Merged

V3 group calls #1125

merged 20 commits into from
May 10, 2017

Conversation

gregor
Copy link
Contributor

@gregor gregor commented Apr 25, 2017

No description provided.

@gregor gregor force-pushed the feature/group-call branch 12 times, most recently from 7ff1480 to 5deb277 Compare April 25, 2017 18:39
constructor(client) {
this.logger = new z.util.Logger('z.calling.CallingService', z.config.LOGGER.OPTIONS);
this.client = client;
return this;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

remove return this

*/
_create_session_id() {
return new Array(E_CALL_MESSAGE_CONFIG.SESSION_ID_LENGTH)
.map(function() {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

single line?

window.z.calling.entities = z.calling.entities || {};

const E_FLOW_CONFIG = {
DATA_CHANNEL_LABEL: 'calling-3.0',
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

these const leak into the global space. so either add a closure or make them static

@gregor gregor force-pushed the feature/group-call branch 17 times, most recently from 3e026a2 to 31f8b91 Compare May 2, 2017 13:43
@gregor gregor force-pushed the feature/group-call branch 3 times, most recently from 430c33a to 9aeea1a Compare May 8, 2017 09:25
@gregor gregor force-pushed the feature/group-call branch 2 times, most recently from 6eaaa9b to 780cc80 Compare May 10, 2017 08:21
@gregor gregor dismissed herrmannplatz’s stale review May 10, 2017 11:29

Feedback incorporated

@gregor gregor force-pushed the feature/group-call branch from 780cc80 to d5988b4 Compare May 10, 2017 11:35
@gregor gregor merged commit e7a9552 into dev May 10, 2017
@gregor gregor deleted the feature/group-call branch May 10, 2017 11:48
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