Add webRTC handlers

- Bind webRCT callbacks from socket
- Handle incoming account message for webRTC

GitLab: #53
Change-Id: I4ed28e7ca41e8e3870968819c75ffad249a188d0
diff --git a/common/src/index.ts b/common/src/index.ts
index 8dbab24..e6c2b2c 100644
--- a/common/src/index.ts
+++ b/common/src/index.ts
@@ -21,5 +21,6 @@
 export * from './Conversation.js';
 export * from './enums/http-status-code.js';
 export * from './enums/websocket-message-type.js';
+export * from './interfaces/account-text-message.js';
 export * from './interfaces/websocket-message.js';
 export * from './util.js';