RE: [XCON] Talking Points
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: [XCON] Talking Points
Using my verb/noun list:
* Create Conference based on specified blueprint
Create(Conference)
* Create Conference based on implied blueprint
Create(Conference)
* Modify/Delete/Get Conference
Delete(Conference). Maybe I need a get/modify but I don't think so
* Add/Modify/Delete/Get User
AddListItem(Participant), DeleteListItem(Participant). May need a modify,
but I don't think so
* Modify User Roles
Is this AddListItem(AllowedRoles)? I'd need a new noun for List
* Add/Modify/Delete/Get Endpoint
I'm not sure exactly what this is, but may need another noun for endpoint
* Add/Modify/Delete/Get Endpoint Media
I'm pretty sure this is not xcon state
* Add/Modify/Delete/Get Media Groups
I'm pretty sure this is not xcon state
* Add/Modify/Delete Sidebar
Create(Sidebar), Delete(Sidebar) not sure you need a modify
Generally I think you have a very simplistic create, and then use
set/get to change values in the object the create made for you
* Add/Modify/Delete/Get Role
Need a noun, maybe Set(Role), but is this actually conference state?
* Add User To Sidebar
AddListItem(Sidebar)
* Delete User From Sidebar
DeleteListItem(Sidebar)
* Move User Between Sidebars
Delete then add. Doesn't have to be a transaction I think
* Add/Modify/Delete/Get XML element
Set/Get(one of my list of nouns)
* Set/Get/Delete XML attribute
Dunno what you mean
* Get Templates
Aha, need a noun for set/get "focus"
* Get Blueprints
Get(focus)
* Get Active Conferences
Get(focus)
* Cancel
Cancel what?
* Ping
Ping on the conf control channel? Some no-op
* Options
Dunno what you mean
_______________________________________________
XCON mailing list
XCON at ietf.org
https://www1.ietf.org/mailman/listinfo/xcon
Note: Messages sent to this list are the opinions of the senders and do not imply endorsement by the IETF.