Skip to content

Commit

Permalink
changed 'free_guest' examples to register as free guests
Browse files Browse the repository at this point in the history
  • Loading branch information
evan committed May 16, 2014
1 parent d71e65c commit 7e59f67
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/free_guest_publisher.rb
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
#
# The "local-test" parameter is the room name. Servers with a room name that's
# the same as the Lemma's advertised room name will connect automatically.
publisher.advertise("local-test")
publisher.advertise("")

seq = 0
e = "e3"
Expand Down
2 changes: 1 addition & 1 deletion examples/free_guest_subscriber.rb
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
#
# The "local-test" parameter is the room name. Servers with a room name that's
# the same as the Lemma's advertised room name will connect automatically.
subscriber.advertise("local-test")
subscriber.advertise("")

loop do
# The `listen` method will return an Event object once one is received by the
Expand Down

0 comments on commit 7e59f67

Please sign in to comment.