|
|
|
@ -28,7 +28,7 @@ struct janus_session { // "login" session |
|
|
|
janus_handles_set handles; // handle ID -> 0x1. handle ID owned by janus_handles |
|
|
|
}; |
|
|
|
|
|
|
|
TYPED_GHASHTABLE(janus_sessions_ht, uint64_t, struct janus_session, int64_hash, int64_eq, NULL, NULL) |
|
|
|
TYPED_GHASHTABLE(janus_sessions_ht, uint64_t, struct janus_session, int64_hash, int64_eq, NULL, __obj_put) |
|
|
|
|
|
|
|
|
|
|
|
struct janus_handle { // corresponds to a conference participant |
|
|
|
@ -1544,7 +1544,6 @@ static const char *janus_message(struct websocket_message *wm, JsonReader *reade |
|
|
|
} |
|
|
|
|
|
|
|
return err; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|