| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Simplex.Chat.Mobile.WebRTC
Documentation
cChatEncryptMedia :: StablePtr ChatController -> CString -> Ptr Word8 -> CInt -> IO CString Source #
cChatDecryptMedia :: CString -> Ptr Word8 -> CInt -> IO CString Source #
chatEncryptMedia :: StablePtr ChatController -> ByteString -> ByteString -> ExceptT String IO ByteString Source #
chatDecryptMedia :: ByteString -> ByteString -> ExceptT String IO ByteString Source #
reservedSize :: Int Source #