Current section

Files

Jump to
bpe include session_token.hrl
Raw

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
}).