diff --git a/technical/6.1.-Conference-Protocol.md b/technical/6.1.-Conference-Protocol.md
index 27262e2e557f9cf77171cd72f6e4159df5f3b45f..67e010d8da4e26259bf1e7ec421b32a4600df472 100644
--- a/technical/6.1.-Conference-Protocol.md
+++ b/technical/6.1.-Conference-Protocol.md
@@ -152,7 +152,6 @@ So, the `application/confOrder+json` will contains:
                 "raisehand": true/false,
                 "media":{
                     "3532532662432" : {
-                        "type": "camera/file/screen",
                         "muteAudio": true/false,
                         "muteVideo": true/false,
                         "active": true/false
@@ -165,7 +164,7 @@ So, the `application/confOrder+json` will contains:
 }
 ```
 
-Note: the type can be used for the client to improve display (e.g. do not crop screen sharing)
+Note: the type of the media should be included in conferences informations and can be used for the client to improve display (e.g. do not crop screen sharing)
 
 
 ### Controlling moderators