shettima / bigbluebutton

Automatically exported from code.google.com/p/bigbluebutton
0 stars 0 forks source link

externalUserId not present in all redis messages #1362

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
[This issue is a result of the thread: 
https://groups.google.com/forum/?fromgroups=#!topic/bigbluebutton-dev/q_Ffc4eba0
A]

The application that includes bbb can easily log bbb events by leveraging redis 
PubSub (adding a new subscriber). 
Having the externalUserId in all the messages will be very useful to avoid 
having to figure out the mapping between external and internal user id after 
the first message.

Below, some sample messages, the first one containing the external user id, the 
second one without it.

User joined message: 
{"externalUserId":"3","internalUserId":"45","meetingId":"287da0651bbe7af557b588c
e0c9aeaa9a39487a6-1353098991675","role":"VIEWER","messageId":"UserJoinedEvent","
fullname":"user1"}

User left message: 
{"internalUserId":"45","meetingId":"287da0651bbe7af557b588ce0c9aeaa9a39487a6-135
3098991675","messageId":"UserLeftEvent"}

Original issue reported on code.google.com by federico...@gmail.com on 19 Nov 2012 at 3:01

GoogleCodeExporter commented 9 years ago

Original comment by ffdixon@gmail.com on 24 Nov 2012 at 4:48