Merge branch 'main' of https://github.com/OpenIMSDK/Open-IM-SDK-Flutter
This commit is contained in:
commit
2814122ba4
@ -36,7 +36,6 @@ final success = await OpenIM.iMManager.initSDK(
|
|||||||
apiAddr: "", // SDK's API interface address.
|
apiAddr: "", // SDK's API interface address.
|
||||||
wsAddr: "", // SDK's WebSocket address.
|
wsAddr: "", // SDK's WebSocket address.
|
||||||
dataDir: "", // Data storage path. For example, you can use getApplicationDocumentsDirectory() to get a path.
|
dataDir: "", // Data storage path. For example, you can use getApplicationDocumentsDirectory() to get a path.
|
||||||
objectStorage: 'cos', // Image server (default is 'cos').
|
|
||||||
logLevel: 6, // Log level (default value is 6).
|
logLevel: 6, // Log level (default value is 6).
|
||||||
listener: OnConnectListener(
|
listener: OnConnectListener(
|
||||||
onConnectSuccess: () {
|
onConnectSuccess: () {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user