simplex-chat-6.5.0.7
Safe HaskellNone
LanguageHaskell2010

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 #