ChincharovPC
ChincharovPC
I have the same error! ` error [Error: 500 ServerInternalError invalid multipart upload id: unexpected end of JSON input] ` Have you fixed the error?
when is the release with this fix?
`"open-im-sdk-rn": "3.8.1-rc.0"` The code `OpenIMSDKRN.createFileMessageFromFullPath({ filePath:uri, fileName: name }, Date.now().toString())` returns an error **Value for message cannot be cast from String to ReadableNativeMap** but if I send String the code...
> > `"open-im-sdk-rn": "3.8.1-rc.0"` > > Код `OpenIMSDKRN.createFileMessageFromFullPath({ filePath:uri, fileName: name }, Date.now().toString())`возвращает ошибку **Значение для сообщения не может быть преобразовано из String в ReadableNativeMap** > > но если я...
> see #32 I updated the version to the latest, corrected the java file, but my error is the same **Value for message cannot be cast from String to ReadableNativeMap**...
- Copy all configs from [dir](https://github.com/openimsdk/open-im-server/tree/main/config) to config directory in this package - Add volume `volumes: - "${DATA_DIR}/config:/openim-server/config"` to **openim-server** image in docker-compose.yaml - Change webhooks - Run `docker-compose down`...
I think you need to support hold on a call. Party B has different phones: Cisco, Avaya, pjsip, Diago I implemented hold on the Diago side ``` type Holder interface...