followUser method
Implementation
@override
Future<V2TimValueCallback<List<V2TimFollowOperationResult>>> followUser({required List<String> userIDList}) {
LiveKitLogger.info("$tag($hashCode) followUser:[userIDList:$userIDList]");
return friendshipManager.followUser(userIDList: userIDList);
}