Skip to content
This repository has been archived by the owner on Dec 1, 2017. It is now read-only.

Complete the hook up of offer creation and sending when opening the chat window #92

Merged
merged 5 commits into from
May 31, 2013

Conversation

Standard8
Copy link
Member

This gets us to the stage where opening a chat window will correctly send a message to the server for the call offer. Generally the issues were function parameters not matching what they were being called with.

@@ -30,10 +33,10 @@ describe("ChatApp", function() {
sandbox.stub(ChatApp.prototype, handler);
chatApp = new ChatApp();

chatApp.port.trigger(event, caller, callee);
chatApp.port.trigger(event, outgoingData);
Copy link
Contributor

Choose a reason for hiding this comment

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

I guess outgoingData should be incomingData here as triggering this event simulate data coming from the worker and going into the application.

@tOkeshu
Copy link
Contributor

tOkeshu commented May 31, 2013

r=@tOkeshu good to merge

tOkeshu added a commit that referenced this pull request May 31, 2013
Complete the hook up of offer creation and sending when opening the chat window
@tOkeshu tOkeshu merged commit dc2d933 into mozilla:master May 31, 2013
@Standard8 Standard8 deleted the sdp_hookups branch June 4, 2013 08:30
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
2 participants