APP_ID
, APP_SECRET
, APP_ICON
, APP_BASE_URL
, and IMPLEMENTATION_TYPE
assigned to your application to the init
method as a parameter. Generally, initialization is implemented in the Application class in your project.TapTalkImplementationTypeUI
: used for implementation with only TapUI
TapTalkImplementationTypeCore
: used for implementation with only TapCore
TapTalkImplementationTypeCombine
: used for implementation with both of TapCore and TapUI combinedMeetTalk.init()
will also initialize a TapTalk instance, so if you are already initializing TapTalk instance with TapTalk.init()
, replace the initialization with only MeetTalk.init()
.<application>
tag.initializeGooglePlacesApiKey()
method.<application>
tag.initiateNewConferenceCall
method from MeetTalk class.