getVideoConferencingUrl

open fun getVideoConferencingUrl(    @NonNull context: Context,     @NonNull threadId: String,     @Nullable conferencingUrlCallback: STWConferencingUrlCallback): AsyncTask<String, Void, String>

Load the Video Conferencing Url asynchronously

Parameters

context

Context The application context.

threadId

String : The Thread id

conferencingUrlCallback

STWConferencingUrlCallback: callback to receive the Video Conferencing Url