Future<void> renewRoomToken(String token) async { await ZegoUIKitCore.shared.renewRoomToken(token); }