innowhite 1.0.1 → 1.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/innowhite.gemspec +1 -1
- data/lib/innowhite.rb +1 -1
- metadata +2 -2
data/innowhite.gemspec
CHANGED
data/lib/innowhite.rb
CHANGED
|
@@ -256,7 +256,7 @@ class Innowhite
|
|
|
256
256
|
def join_room_helper(server_addr, org_name, room_id,user, is_teacher)
|
|
257
257
|
action = "#{server_addr}JoinRoom?"
|
|
258
258
|
address = "parentOrg=#{@parent_org}&orgName=#{org_name}&roomId=#{room_id}&user=#{user}&roomLeader=#{is_teacher}"
|
|
259
|
-
checksum = address
|
|
259
|
+
checksum = address#+@private_key
|
|
260
260
|
return "#{action}#{address}&checksum=#{generating_checksum(checksum)}"
|
|
261
261
|
end
|
|
262
262
|
|