feat: define presentation sync protocol
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
export {
|
||||
JOIN_CODE_LENGTH,
|
||||
MAX_PRESENTATION_HASH_LENGTH,
|
||||
MAX_SYNC_MESSAGE_BYTES,
|
||||
decodeClientSyncMessage,
|
||||
decodeCreateSessionRequest,
|
||||
decodeJoinSessionRequest,
|
||||
decodeServerSyncMessage,
|
||||
isCanonicalPresentationHash,
|
||||
normalizeJoinCode,
|
||||
} from "./protocol.js";
|
||||
|
||||
export type {
|
||||
ClientSyncMessage,
|
||||
CreateSessionRequest,
|
||||
DecodeResult,
|
||||
JoinSessionRequest,
|
||||
PresentationPresence,
|
||||
PresentationRole,
|
||||
PresentationSnapshot,
|
||||
ServerSyncMessage,
|
||||
SessionGrant,
|
||||
} from "./protocol.js";
|
||||
Reference in New Issue
Block a user