ZegoCDNProtocol Constants Reference

Declared in ZegoExpressDefines.h

ZegoCDNProtocol

CDN network protocol types supported by ZEGO

Definition

typedef NS_ENUM(NSUInteger, ZegoCDNProtocol ) {
   ZegoCDNProtocolTCP = 1,
   ZegoCDNProtocolQUIC = 2,
};

Constants

ZegoCDNProtocolTCP

TCP protocol

Declared In ZegoExpressDefines.h.

ZegoCDNProtocolQUIC

QUIC protocol

Declared In ZegoExpressDefines.h.

Declared In

ZegoExpressDefines.h