getUserCount
Gets the number of users transcoded in the CDN live streaming.
public int getUserCount() {
    return transcodingUsers.size();
  }
            
            
            
            
            
            
            
            Returns
The number of users transcoded in the CDN live streaming.