Current section
Files
Jump to
Current section
Files
include/session_token.hrl
-record(session_token, {
token :: binary(), % unique session token
user :: binary(), % username
room :: binary(), % room name
device :: binary() | undefined, % WebRTC device peer ID
expiry :: integer() % gregorian seconds expiry timestamp
}).