init method
Implementation
Future<void> init() async {
if (lkPlatformIs(PlatformType.android)) {
await _checkPermissions();
}
if (lkPlatformIsMobile()) {
await LiveKitClient.initialize(bypassVoiceProcessing: true);
}
_initLocalAudioTrack();
}