getUsers
Gets the list of users in the CDN stream.
public final ArrayList<TranscodingUser> getUsers()
The returned user list is read-only and should not be modified.
Return Values
- If the method call succeeds, returns a list of TranscodingUser objects.
- If the method call fails, returns an empty list.