interface PlaybackUrlRequest {
    ip?: string;
    userAgent?: string;
}

Properties

Properties

ip?: string
userAgent?: string