Update README.md
This commit is contained in:
parent
92dd3adad5
commit
a9573dbc63
@ -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