You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
struct WatchRoom {
std::string publisher_uri; // quicr namespacee matching the publisher
std::string room_uri; // matches quicr namespace for the room namespace
};
Today, len is uin32_t
encode(WatchRoom) --> [Type][len][publisher_uri as bytes][len][room_uri as bytes]
Let's pick a task and assign name so to avoid duplication
The text was updated successfully, but these errors were encountered: