module Kaltura module Constants ## # The constants module will soon be depreciated into an Enumeration module to # be more in line with the C# API client's namespacing. # # @see Kaltura::EmailIngestionProfile ## class EmailIngestionProfileStatus INACTIVE = 0 #inactive profile. ACTIVE = 1 #active profile. end end end