Open zehavibarak opened 3 years ago
BizDoc has an integral chat feature, which is tightly bound with other features, such as tagging of documents and notifying tagged person.
If you wish to integrate a 3rd party chat app, you can instruct BizDoc to open the app instead of the integral feature.
In your app.module:
imports: [BizDocModule.forRoot({ chating: { app: 'chat://{0}' } })]
The parameter is replaced by the user id provided by the identity manager.
Alternatively, you can provide a function instead of a URL.
BizDoc has an integral chat feature, which is tightly bound with other features, such as tagging of documents and notifying tagged person.
If you wish to integrate a 3rd party chat app, you can instruct BizDoc to open the app instead of the integral feature.
In your app.module:
The parameter is replaced by the user id provided by the identity manager.
Alternatively, you can provide a function instead of a URL.