// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.
package com.azure.communication.callingserver.models.events;
/**
* Base type for all calling events.
*/
public abstract class CallingServerEventBase {
}